All Versions
169
Latest Version
Avg Release Cycle
30 days
Latest Release
109 days ago

Changelog History
Page 13

  • v0.12.6 Changes

    July 21, 2016

    feat

    • ๐Ÿ‘Œ Support Tooltip of RadarChart

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the initial value of state isAnimationFinished in Line and Area
    • ๐Ÿ›  Fix the spelling error, pressentation => presentation (CartesianAxis)
    • ๐Ÿ‘‰ Tweak text in RadarSpec
  • v0.12.5 Changes

    July 12, 2016

    feat

    • โž• Add paddingAngle in Pie, fix #142

    deps

    • โšก๏ธ update version of react, fix #138, fix #103
  • v0.12.4 Changes

    July 08, 2016

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the bug of calculation accuracy in IE(Sector)
    • โœ‚ Remove unneed props "formatter" in Area and Bar
    • ๐Ÿ›  Fix props which can be supported by html tags and svg tags

    ๐Ÿ”จ refactor

    • ๐Ÿ‘Œ Support multiple activeIndex in Pie

    deps

    • โšก๏ธ Update d3-scale and d3-shape to the latest version
    • โšก๏ธ Update version of react-smooth and recharts-scale
    • Restrict the version of react to '~15.1.0'
  • v0.12.3 Changes

    June 30, 2016

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the bug that no animation when data change, but points of Line are the same

    ๐Ÿ”จ refactor

    • โœ‚ Remove xAxisMap and yAxisMap in ReferenceDot and ReferenceLine
  • v0.12.2 Changes

    June 29, 2016

    feat

    • โž• Add margin props in Sankey to avoid outer-clip
    • โž• Add shape props in ReferenceDot

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the width and height of wrapper
  • v0.12.1 Changes

    June 24, 2016

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the bug with a hack method that global css will affect the width and height of Legend, Tooltip
  • v0.12.0 Changes

    June 23, 2016

    feat

    • โž• Add padding in XAxis and YAxis
    • ๐Ÿ‘Œ Support minPointSize in Bar
    • ๐Ÿ‘Œ Support "dataMin - 110" and "dataMax + 100" in the domain of numeric axis

    ๐Ÿ”จ refactor

    • ๐Ÿ”จ Refactor Treemap, change ratio to aspectRatio

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the bug of axisId in BarChart
    • ๐Ÿ›  Fix the bug of tooltip's position in BarChart
    • ๐Ÿ›  Fix PropTypes of type in Area
  • v0.11.0 Changes

    June 17, 2016

    feat

    • โž• Add Sankey

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the bug of Area when the data break off in some points
    • ๐Ÿ›  Fix the bug of ticks when 0 in ticks

    ๐Ÿ”จ refactor

    • ๐Ÿ”จ Refactor the payload of tooltip, and the props of activeDot in AreaChart
  • v0.10.10 Changes

    June 13, 2016

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the position of labels in Bar
  • v0.10.9 Changes

    June 12, 2016

    ๐Ÿ”จ refactor

    • ๐Ÿ”จ Use react-container-dimensions to refactor ResponsiveContainer, close #104, close #105