react-timeseries-charts v0.14.0 Release Notes

Release Date: 2018-05-15 // almost 6 years ago
  • March 2, 2018

    • โšก๏ธ Add MultiBrush component and update traffic example to implement the same @barbaragomes in #224
    • Add a crosshairs custom chart to the currency demo
    • Ability to ignore null points in ScatterChart [#226]
    • ๐Ÿšš Exposes hover x,y events in ChartContainer handleMouseMove [#199]
    • Added a control for TimeAxis tick count [#220]
    • Control minimum BarChart height [#218]
    • ๐Ÿ›  Fixed LineChart example text [#215]
    • ๐Ÿ‘ Baseline has better control over label vertical positioning [#216]
    • Legend horizontal layout now wraps automatically [#202]
    • ๐Ÿ‘€ Legend can now be laid out in a column (see weather example)
    • Legend items can specify the symbol type
    • ScatterChart now ignores null points [#197]
    • YAxis tick count improvements [#175]
    • โš  Emit warning when using a log scale with min set to 0 [#45]