react-timeseries-charts v0.11.0 Release Notes

  • Nov 30, 2016

    🆕 New

    • Adds a BoxChart chart. This is the first chart to enable automatic aggregations. More to come.
    • Adds a BoxChart example showing temperature ranges in NYC
    • Adds a BoxChart example to the existing cycling example, which shows how to do roll-ups directly on a TimeSeries to produce the summary BoxChart
    • Adds an example showing NASA global temperature data

    Enhancements

    • 👍 BarChart: Support for negative values (@jverhoeven in #95)
    • EventChart: Can now set text label position and hover marker width (@primozs in #104)
    • 🚚 EventChart: Separate events for hover: onMouseOver and onMouseLeave replace onMouseMove (@primozs in #104)
    • Brush: Adds a callback for onTimeRangeSelectComplete (@viky293 in #91)

    🐛 Bug fixes

    • 🛠 EventChart: Fixes errors on pan/zoom (@primozs in #102)
    • 💅 Styler now correctly falls back to defaults for LineCharts, BarCharts and ScatterCharts (@siavelis in #103)

    General

    • 🚚 Removes the HorizontalBarChart, which now lives at react-timeseries-barchart to keep the library better focused
    • 👕 Overhaul of linting rules. Uses AirBnB, almost. But not all examples are converted yet :(
    • More complete use of propTypes
    • 📄 Better API docs