Skip to content

Releases: uber/react-vis

1.7.6

19 Sep 04:20
Compare
Choose a tag to compare

Fixes #616

1.7.3

28 Aug 21:06
Compare
Choose a tag to compare

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

14 Aug 21:07
Compare
Choose a tag to compare

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

14 Aug 21:08
Compare
Choose a tag to compare

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

07 Jul 17:22
Compare
Choose a tag to compare

solves #504 / #503

1.6.1

21 Jun 20:28
Compare
Choose a tag to compare

Consistency fixes on handling scales at a series level

1.6.0

19 Jun 17:50
Compare
Choose a tag to compare

1.5.0

12 May 17:16
Compare
Choose a tag to compare
v1.5.0

v1.5.0

1.4.0

10 Apr 21:22
Compare
Choose a tag to compare

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

05 Apr 01:54
Compare
Choose a tag to compare
  • 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