recharts v0.20.0 Release Notes

Release Date: 2016-12-26 // over 7 years ago
  • feat

    • ๐Ÿ‘Œ Support ErrorBar in Line, Area, Bar, Scatter
    • ๐Ÿ‘Œ Support touch event in LineChart, AreaChart, BarChart
    • โž• Add props throttleDelay in LineChart, AreaChart, BarChart for performance
    • ๐Ÿ‘Œ Support cornerRadius in Sector, RadialBar and Pie
    • ๐Ÿ‘Œ Support events in CartesianAxis, PolarAngleAxis, PolarRadiusAxis
    • ๐Ÿ‘Œ Support touch events in Brush

    ๐Ÿ”จ refactor

    • ๐Ÿ‘‰ Use getStringSize to calculate the width of Text
    • ๐Ÿ”จ Refactor children comparsion in generateCategoricalChart, and add updateId to force Brush update when children update
    • ๐Ÿ”จ Refactor getMouseInfo to remove some duplicated codes in generateCategoricalChart
    • ๐Ÿ”จ Refactor Tooltip and Legend, remove react-dom-server

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the chartId in handleReceiveSyncEvent of generateCategoricalChart