Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Feb 17, 2016
1 parent 94c71d8 commit 1198fd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGLOG.md
@@ -1,3 +1,13 @@
## 0.7.0 (February 17, 2016)

### UI
- feat: support dasharray line animaton
- refactor(CartesianAxis, PolarAngleAxis, PolarRadiusAxis):rename label to tick
- feat(label): add label of CartesianAxis, PolarRadiusAxis, ReferenceLine
- feat: Implement tooltip for PieChart
- feat:Implement tooltip for RadialBarChart
- deps(d3-scale,d3-shape,oui-dom-util): 1.update version of d3-scale, d3-shape, oui-dom-util 2.update some api of d3-scale

## 0.6.2 (February 9, 2016)

### UI
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "recharts",
"version": "0.6.3",
"version": "0.7.0",
"description": "React charts",
"main": "lib/index",
"jsnext:main": "es6/index",
Expand Down

0 comments on commit 1198fd9

Please sign in to comment.