- reset g2 to 3.1.2
- fix 370, 365, 312
- update to g2 3.2.0-beta.1
- support render chart as svg
- according to the need load resources
- fix #204 #318 #327
- fix main Entrance
- up g2 version
- fix ts issue
- fix package browser module
- fix issue 244\249\210
- add types in package.json.
- update g2 3.0.5-beta.5
- fix types g2 ts.index path.
- delete no need console logs.
- update g2 3.0.5-beta.4
- when props change nothing, bizcharts will not repaint chart.
- fix node-env development do not use prop-types as external lib.
- bizcharts/umd do not use prop-types as external lib.
- fix issue 184, 99, 174, 164
- update g2 3.0.5-beta.4
- delete array.prototype find, and use for in to find
- update g2 3.0.5-beta.1
- Compatible with ie10&9
- update g2 3.0.4
- fix
<Label>
prop update.
- update g2 3.0.4-beta.4.
- when data=null show g2 axis.
the release version which compate react16.
delete the no need dependence react-dom. fix alibaba#67
fixed update padding over and over again, geoms will be null.
upgrade g2 version to 3.0.4-beta.2. fixed resize and update padding in the same time, g2 crash.
fix <Axis visible={false}>
do not work.
add placeholder property to handle data is null.
Compatible with react16 version. The use of facet changes, see facet api doc.
Synchronization to g2 3.0.1 release version.
fix chart invalid onPlotClick event.
fix when resize chart container size, chart's label will be drawed twice.
修复包入口,改为打包后的 umd 格式文件。 修改 Readme.md, 加入中英文双语介绍。
修复 3.0.0 导出问题,使用时需要 BizCharts.default.Chart。 修复后直接可以 BizCharts.Chart 这样使用。