Releases: alibaba/BizCharts
Releases · alibaba/BizCharts
v4.0.15
07 Dec 02:34
Compare
Sorry, something went wrong.
No results found
优化Plot 进行属性对比减少不必要的更新。注意如果有匿名函数,则认为是更新的。
v3.5.10
19 Oct 12:56
Compare
Sorry, something went wrong.
No results found
bugfix:
升级g2依赖到@3.5.19,解决ios 15字体导致的问题。
#1458
v4.1.14
08 Oct 08:43
Compare
Sorry, something went wrong.
No results found
抱歉,因为@antv/g2plot 中的'P' 大小写问题,故紧急发布了一个新版本。
v4.1.13
08 Oct 03:21
Compare
Sorry, something went wrong.
No results found
删除bizcharts修改的字体,改用g2默认字体.
同时解决ios5奔溃问题,该bug主要由于ios字体引起,g2已修改字体修复bug。#1447
v4.1.12
30 Sep 06:26
Compare
Sorry, something went wrong.
No results found
依赖升级:
@antv/g2 --> 4.1.29
@antv/g2plot --> 2.3.35
关键bug修复
4.1.11
06 Jul 07:56
Compare
Sorry, something went wrong.
No results found
@antv/g2 --> 4.1.19
@antv/g2plot --> 2.3.25
柱状图柱形宽度设置:
-- maxColumnWidth 约束:柱状图最大宽度,像素值
-- minColumnWidth | 约束:柱状图最小宽度,像素值
-- intervalPadding | 组间间隔,像素值
-- dodgePadding | 组内间隔,像素值
-- columnWidthRatio | 一般柱状图宽度占比,比例值
示例:
<Interval minColumnWidth={10} />
放弃resize-observer-polyfill,使用@juggle/resize-observer #1409
BulletChart 多条数据bug #1406
v4.1.10
19 Apr 07:24
Compare
Sorry, something went wrong.
No results found
feature
@antv/g2 --> 4.1.14
@antv/g2plot --> 2.3.18
export registerScale, getScale, registerTickMethod 方法用于开发者自定义比例尺。
新增 ReactElement 类型的 Annotation,用法
// position同其他annotation,content为react组件
<Annotation.ReactElement position={['min', 6]} content={<div>{count}</div>} />
fix
数据更新动画刷新多次。
数据更新后react自定义 tooltip 失效的bug。
v4.1.9
09 Mar 03:02
Compare
Sorry, something went wrong.
No results found
删除 npm-shrinkwrap.json
因其是内网生成指向阿里内网仓库地址。
v4.1.8
08 Mar 03:27
Compare
Sorry, something went wrong.
No results found
修复 #1367
并升级和锁定 g2@4.1.12 & g2Plot@2.3.12
v4.1.7
07 Feb 05:58
Compare
Sorry, something went wrong.
No results found
降级依赖react-error-boudary 为3.0.2,该包4.1.0,export type {...}该用法不兼容低版本ts
环形图的statistic 配置不可见,null 配置项问题。
雷达图axis 默认配置优化GroupBarChart 默认isGroup = true
GroupRoseChart 默认isGroup = true
fix observable bug #1365 #1366