Releases: ameyms/diffract
Releases · ameyms/diffract
v0.3.2
v0.3.1
Changelog
New Features
- BREAKING Now exposes separate
XAxis
andYAxis
components instead ofAxis
component BarChart
andPie
exposeonClick
as a prop
Fixes
- Axis components now use idiomatic React constructs (see 0d123cc)
New APIs
New props
for XAxis
and YAxis
:
labels: PropTypes.func,
orientation: PropTypes.oneOf(['top', 'bottom']),
tickFormat: PropTypes.func,
outerTickSize: PropTypes.number,
innerTickSize: PropTypes.number,
tickPadding: PropTypes.number,
tickValues: PropTypes.arrayOf(PropTypes.any),
ticks: PropTypes.arrayOf(PropTypes.any),
tickTextStyle: PropTypes.object,
tickLineStyle: PropTypes.object,
textRotation: PropTypes.number