Skip to content

Commit

Permalink
add render chart svg and add track info
Browse files Browse the repository at this point in the history
  • Loading branch information
hm.hm committed Aug 5, 2018
1 parent d1b39df commit 3966bc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.2.1-beta.1
- update to g2 3.2.7-beta.5
- support svg render for chart
- add bizcharts track info

# 3.2.0
- update to g2 3.2.5

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bizcharts",
"version": "3.2.0",
"version": "3.2.1-beta.1",
"description": "A powerful React chart library based G2 for browser",
"main": "umd/BizCharts.js",
"browser": "umd/BizCharts.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"react": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"@antv/g2": "3.2.5",
"@antv/g2": "3.2.7-beta.5",
"invariant": "^2.2.2",
"warning": "^3.0.0",
"prop-types": "^15.6.0"
Expand Down
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Themes from './themes';
import * as components from './components';


G2.Global.trackingInfo = { product: 'bizcharts', product_version: '3.2.7' };
G2.Global.trackingInfo = { bizcharts: '3.2.1-beta.1' };

const BizCharts = Util.mix(components, {
G2,
Expand Down

0 comments on commit 3966bc5

Please sign in to comment.