Upgrade BizCharts (#370)
* update bizcharts * fixed lint * add charts autoHeight decorator * 升级 TimelineChart * 升级 TagCloud * upgrade bizcharts-plugin-slider * fix(chart): tag cloud overlapping (#461) The key point is: `chart.coord().reflect()`. and you can adjust gaps between words by setting padding for tag-cloud transform * upgrade react@16 & bizcharts@3.1.0 * update bizcharts to 3.1.0-beta2 * fix bizcharts repaint * upgrade to bizcharts@3.1.0-beta.4 * fix TimelineCharts detail style
Showing
... | ... | @@ -19,17 +19,17 @@ |
"test:all": "node ./tests/run-tests.js" | ||
}, | ||
"dependencies": { | ||
"@antv/data-set": "^0.8.0", | ||
"antd": "^3.0.0", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-runtime": "^6.9.2", | ||
"bizcharts": "^3.1.0-beta.4", | ||
"bizcharts-plugin-slider": "^2.0.1", | ||
"classnames": "^2.2.5", | ||
"core-js": "^2.5.1", | ||
"dva": "^2.1.0", | ||
"enquire-js": "^0.1.1", | ||
"fastclick": "^1.0.6", | ||
"g-cloud": "^1.0.2-beta", | ||
"g2": "^2.3.13", | ||
"g2-plugin-slider": "^1.2.1", | ||
"lodash": "^4.17.4", | ||
"lodash-decorators": "^4.4.1", | ||
"lodash.clonedeep": "^4.5.0", | ||
... | ... |
Please register or sign in to comment