react-timeseries-charts v0.15.3 Release Notes

Release Date: 2018-08-15 // over 5 years ago
  • Aug 15, 2018

    • ๐Ÿ’… Add feature to add style prop to LabelAxis component
    • ๐Ÿ”จ Refactor AreaChart code

    ๐Ÿ› Bug fixes:

    • ๐Ÿ’… Corrects the wrong order for testing style type (Fixes #277)
    • ๐Ÿ›  Correctly stacking in area charts when some points are bad (Fixes #284)
    • ๐Ÿ›  Adds prop to hide TimeAxis (Fixes #295)
    • ๐Ÿ›  Adds function argument while styling barcharts (Fixes #291)
    • ๐Ÿ›  Adds a prop marginBottom to the Legend component (Fixes #243)
    • ๐Ÿ›  Doesn't draw a BarChart when the height of the rectangle is 0 (Fixes #294)
    • ๐Ÿšš Removes warnings on climate example (Fixes #257)
    • ๐Ÿ›  Exposes x, y and time value to onBackgroundClick method in ChartContainer (Fixes #296)
    • ๐Ÿ’… TimeMarker can be custom styled (Fixes #304)
    • ๐Ÿ’… Ability to style legend (Fixes #112)