BizCharts Versions Save

Powerful data visualization library based on G2 and React.

v4.1.15

2 years ago

优化Plot 进行属性对比减少不必要的更新。注意如果有匿名函数,则认为是更新的。

v3.5.10

2 years ago

bugfix: 升级g2依赖到@3.5.19,解决ios 15字体导致的问题。 #1458

v4.1.14

2 years ago

抱歉,因为@antv/g2plot 中的'P' 大小写问题,故紧急发布了一个新版本。

v4.1.13

2 years ago

删除bizcharts修改的字体,改用g2默认字体. 同时解决ios5奔溃问题,该bug主要由于ios字体引起,g2已修改字体修复bug。#1447

v4.1.12

2 years ago

依赖升级: @antv/g2 --> 4.1.29 @antv/g2plot --> 2.3.35

关键bug修复

  • 瀑布图绘制bug;

4.1.11

2 years ago

@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

3 years ago

feature

  1. @antv/g2 --> 4.1.14
  2. @antv/g2plot --> 2.3.18
  3. export registerScale, getScale, registerTickMethod 方法用于开发者自定义比例尺。
  4. 新增 ReactElement 类型的 Annotation,用法
// position同其他annotation,content为react组件
<Annotation.ReactElement position={['min', 6]}  content={<div>{count}</div>} />

fix

  1. 数据更新动画刷新多次。
  2. 数据更新后react自定义 tooltip 失效的bug。

v4.1.9

3 years ago

删除 npm-shrinkwrap.json 因其是内网生成指向阿里内网仓库地址。

v4.1.8

3 years ago

修复 #1367 并升级和锁定 [email protected] & [email protected]

v4.1.7

3 years ago
  1. 降级依赖react-error-boudary 为3.0.2,该包4.1.0,export type {...}该用法不兼容低版本ts
  2. 环形图的statistic 配置不可见,null 配置项问题。
  3. 雷达图axis 默认配置优化GroupBarChart 默认isGroup = true
  4. GroupRoseChart 默认isGroup = true
  5. fix observable bug #1365 #1366