victory-chart v7.0.0 Release Notes

Release Date: 2016-04-15 // about 8 years ago
    • 👍 VictoryBar and VictoryArea no longer support multiple datasets.
    • VictoryStack and VictoryGroup define stacked and grouped layouts for their children
    • 👍 Custom data components supported on for VictoryBar, VictoryLine, VictoryScatter, VictoryArea via the dataComponent prop
    • 0️⃣ Enter and exit transitions animate. Enter and exit transition defaults defined VictoryBar, VictoryArea, VictoryScatter, and VictoryLine. Custom transitions may be defined via the onExit and onEnter properties of the animation prop
    • 📱 Top level svgs are all responsive by default (using svg viewBox). To render a fixed size component, set the standalone prop to false and render the component inside an svg tag