Releases: uber/react-vis
1.7.6
1.7.3
Features:
Right-click handling on series,
Mouse up and mouse down events on Voronoi,
Label rotation on sunburst,
SVG mode on Treemap,
Fixes:
Component name as fallback for display name,
Broken link in github pages
Arc listeners respect event order during animation,
Documentation:
New candlestick example,
Sunburst and reverse docs,
Orientation on DiscreteColorLegend
v1.7.2
Feature: New series Whisker plots, for all your variance encoding needs
Feature: add mouse events to discrete legend
Feature: Export flexible plots
Docs cleanup
v1.7.1
Feature: Add labels to sunburst nodes
Feature: New series, custom svg series. For placing custom SVG in coordinate space
Example: Added example based on git history of project
1.6.7
1.6.1
1.6.0
1.5.0
1.4.0
This release adds a new top level chart type πππππ the sunburst chart! Checkout the docs for more information
http://uber.github.io/react-vis/#/documentation/other-charts/sunburst-diagram
v1.3.0
-
Feature: Polygon Series, this series type allows users to draw polygons in svg space, check out the docs here.
-
Feature: Arc series, this series allows users to create radial arcs centered anywhere in xy space. check out the docs here
-
Feature: The animation controls for every component in the library have been pretty radically expanded, docs
-
Feature: Added a new grid line type, circular gridlines!
-
Example: Added a demo describing how to make force direct graph in react-vis
-
Example: Added a demo showing off the concept of responsive-vis