react-timeseries-charts v0.6.0 Release Notes

  • Dec 4, 2015

    • 🛠 Ability to have LineCharts break their line at bad values, or simply filter out those points. Fixes #30.
    • 👀 Ability to display a 'relative' time axis (0:00, 0:15, 0:30, 1hr, 1:15, ...). See screenshot below. Fixed #33.
    • ⚡️ Optimized updating of LineCharts (implements shouldComponentUpdate() now). Fixes #34.