victory-scatter
Advanced tools
Changelog
0.4.0 (2016-01-31)
Breaking Changes:
y
prop must now be expressed as functions of
data rather than functions of x. i.e. y={(data) => Math.sin(data.x)}
<VictoryChart/>
with no additional props will now only render a set of
axes with no dataChangelog
0.3.0 (2016-01-26)
radium
and lodash
now live in components, not in the Builder archetype. This is a breaking change. https://github.com/FormidableLabs/victory/issues/176Changelog
0.2.0 (2016-01-15)
Changelog
0.1.0 (2015-12-18)
The following components documented and ready to use; API subject to change:
Functional styles and functional props (where appropriate) are implemented for all the data primitives (VictoryBar, VictoryLine etc.) and VictoryAxis
Components use d3-modules
Basic code coverage across all Victory components.
We make no promises about any code prior to this release. From this point on, you can expect a regular release schedule (~every two weeks) with detailed release notes. Check out our roadmap for upcoming features