victory-chart v9.2.0 Release Notes

Release Date: 2016-06-17 // almost 8 years ago
    • ๐Ÿ‘Œ Supports events on the parent element via the parent namespace in the events prop.
    • ๐Ÿ’… parent events have access to width, height, style and the calculated scale (with domain and range already applied). Where applicable parent events also have access to data
    • Shared parent events are automatically supported in components that use VictorySharedEvents by default (i.e. VictoryChart, VictoryGroup, VictoryStack)
    • When mutating elements via the return from event handlers, mutation objects may now take arrays for eventKey to target several individual elements, or the special value "all" to apply changes to all elements of a particular target type
    • ๐Ÿ›  Fixes a bug related to an incorrect default tickFormat for dates
    • ๐Ÿ›  FIxes a bug related to incorrect axis label placement