React Vis Versions Save

Data Visualization Components

1.10.5

5 years ago
  • Enable rotation of sankey labels (#905)
  • Add curves to LineSeriesCanvas (#880)
  • Reorder out-of-order canvas arguments (#904)
  • Fix typo in color series (#912)

v1.10.4

5 years ago
  • Fix attaching refs to child components #874

v1.10.3

5 years ago
  • Prevents adding refs on stateless components

v1.10.2

5 years ago
  • Fix documentation links (#844)
  • Align onParentEventType callbacks across XYPlot (#857)
  • Add an example of using gradients in radial charts (#864)
  • Stop Setting Refs On Stateless Components (#867)

v1.10.1

5 years ago
  • Adds additional tests to radar chart
  • Remove ref attributes

v1.10.0

5 years ago
  • Allow setting scale and tickTotal on axis tickFormat #791
  • Fix build error from hoek #819
  • Center Sankey label #824
  • Improve docs #820 #831 #829 #827 #832
  • Duplicate style cleanup #841
  • Update ref="string" to ref={fn} #840
  • Fix hint alignment in example site #741
  • Fix RadarChart axes #842

v1.9.4

5 years ago

Fixes #816

1.9.3

6 years ago
  • docs website now uses storybook (#753, #756, #760, #763, #766, #773, #777)

  • a number of typos fixes either in docs or code (#764, #767, #772, #783, #784, #793, #794)

  • some library upgrades (#748, #799, #800)

  • Touch behaviors (#754 )

  • google analytics tracker on website (#761 )

  • Better PropType validation for data in AbstractSeries; Tests for using Accessors (#765 )

  • Add ability to manually set label text alignment for label-series (#768)

v1.9.1

6 years ago
  • Fix breaking build from v1.9.0

v1.9.0

6 years ago

Expose className prop in Crosshair component