All Versions
169
Latest Version
Avg Release Cycle
30 days
Latest Release
169 days ago
Changelog History
Page 15
Changelog History
Page 15
-
v0.9.2 Changes
April 12, 2016deps
- โก๏ธ Update react to 15.0.0
-
v0.9.1 Changes
April 08, 2016๐ fix
- ๐ Fix the bug of bar animation
deps
- โก๏ธ update version of rechats-scale, and babel-eslint
-
v0.9.0 Changes
April 07, 2016๐จ refactor
- โ Remove default event handler in Pie, and add
activeIndex
to let user control the active sector - โ Remove detectElementResize
- โ Add activeDot in Line and Area
๐ fix
- ๐ Fix the bug of updating line when the length of line is zero at first
- ๐ Fix the base value of AreaChart which was set to be 0 before
- โ Remove default event handler in Pie, and add
-
v0.8.8 Changes
March 25, 2016๐จ refactor
- ๐ Support fixed value of width or height in ResponsiveContainer
-
v0.8.7 Changes
March 21, 2016๐จ refactor
- ๐ฐ Don't overwrite payload in Legend when customized payload has been setted
-
v0.8.6 Changes
March 09, 2016๐จ refactor
- ๐จ Use detectElementResize in react-virtualized to refactor ResponsiveContainer
๐ fix
- ๐ Fix ssr render bug of CartesianAxis
-
v0.8.5 Changes
March 08, 2016feat
- โ Add support of function type customized element
๐ fix
- ๐ fix the props labelLine in Pie
- ๐ fix the bug of PureRender
โ test
- โ Add more test cases
-
v0.8.4 Changes
March 02, 2016๐จ refactor
- ๐จ Refactor the implementation type of renderPolygon in
Radar
- ๐จ Refactor code in
Treemap
- โ Remove
invariant
and addLogUtils
feat
- โ Add animation of Area, Radar, RadialBar, Scatter
- โ Add label formatter to default tooltip
- โ Add props labelLine in
Pie
- โ Add Cell of
Pie
to set different options for each sector - โ Add Cell support in
Bar
,RadialBar
๐ fix
- ๐ Fix Pie chart Label position, When using custom label It was not rendering as part of the curve group.
- ๐ Fix
isAnimationActive
props inArea
- ๐จ Refactor the implementation type of renderPolygon in
-
v0.8.3 Changes
February 25, 2016๐จ refactor
- ๐จ refactor CartesianChart to a high order component, move some function to /util/CartesianUtils which can be used in ScatterChart.
- ๐ Simplify ComposedChart, remove duplicated code
- ๐ use
filterEventAttributes
to add events props - cancel selecting line and area in LineChart, AreaChart, ComposedChart
-
v0.8.2 Changes
February 24, 2016๐ fix
- โช rollback last fix of Line animation from value