react-timeseries-charts v0.15.0 Release Notes

Release Date: 2018-05-22 // almost 6 years ago
  • May 22, 2018

    • ๐Ÿ‘€ Adds YAxis and TimeAxis styling of all elements. This is a breaking change, but now allows much more flexible styling. See the the DDoS example. In #267.
    • ๐Ÿ›  YAxis now supports horizontal grid lines. This only applies to axes which are adjacent to the chart (Fixes #244). In #267.
    • ๐Ÿ‘ TimeAxis now supports angled labels #229
    • ๐Ÿ›  You can now add a title to the chart by passing one into the ChartContainer (Fixes #9)
    • AreaCharts now have an option to break at data gaps (i.e. ignore nulls and NaNs) in #247
    • ChartContainer now has a margin prop that will surround the chart with empty space. This is useful to avoid clipped TimeAxis labels #229
    • Add drag to zoom feature by @iabw in #252
    • Current TimeAxis scale function exposed as second argument to onTrackerChanged() by @ethanroday in #238
    • Allow YAxis yscale by @ethanroday in #251

    ๐Ÿ› Bug fixes:

    • โšก๏ธ TimeAxis and YAxis now updates to additional prop changes (Fixes #259, Fixes #255 )
    • ๐Ÿ›  Ease required props on TimeRangeMarker (Fixes #263)
    • ๐Ÿ‘ ChartRow is better protected against null children #253
    • Fix issues with using webpack and hot loader in #248