@data-ui/event-flow
Advanced tools
Changelog
v0.0.69
🏆 Enhancements
[xy-chart]
Brush
and added an example to show how to use itonCick
event for Brush
onBrushStart
🏠 Internal
[all packages]
Changes:
- @data-ui/data-table: 0.0.61 => 0.0.69
- @data-ui/theme: 0.0.62 => 0.0.69
- @data-ui/demo: 0.0.67 => 0.0.69 (private)
- @data-ui/event-flow: 0.0.63 => 0.0.69
- @data-ui/forms: 0.0.61 => 0.0.69
- @data-ui/histogram: 0.0.64 => 0.0.69
- @data-ui/network: 0.0.66 => 0.0.69
- @data-ui/radial-chart: 0.0.63 => 0.0.69
- @data-ui/shared: 0.0.63 => 0.0.69
- @data-ui/sparkline: 0.0.63 => 0.0.69
- @data-ui/xy-chart: 0.0.67 => 0.0.69
Changelog
v0.0.59
[xy-chart] 🏆 Enhancements
tickComponent
prop in XAxis
and YAxis
components for fully-custom tick rendering #110vx
packages, which adds much better default support for tick labels (Fixes #109) #110[demo]
🏠 Internal [shared]
vx
packagesChanges:
- @data-ui/theme: 0.0.48 => 0.0.59
- @data-ui/demo: 0.0.58 => 0.0.59 (private)
- @data-ui/event-flow: 0.0.54 => 0.0.59
- @data-ui/histogram: 0.0.58 => 0.0.59
- @data-ui/network: 0.0.56 => 0.0.59
- @data-ui/radial-chart: 0.0.54 => 0.0.59
- @data-ui/shared: 0.0.54 => 0.0.59
- @data-ui/sparkline: 0.0.54 => 0.0.59
- @data-ui/xy-chart: 0.0.54 => 0.0.59
Changelog
v0.0.49
🏆 Enhancements
tooltipProps
to the <WithTooltip />
which will be passed to its TooltipComponent
(and adds example in demo) #79@vx/responsive
's new observer-based <ParentSize />
HOC #79<BoxplotSeries />
to enable more customization: containerProps
, boxProps
, outlierProps
, minProps
, maxProps
, medianProps
(https://github.com/hshoff/vx/pull/198) #80🐛 Bug fix
@vx/tooltip
to 0.0.148 for bounds bug fix #79Changes
- @data-ui/demo: 0.0.48 => 0.0.49 (private)
- @data-ui/event-flow: 0.0.48 => 0.0.49
- @data-ui/histogram: 0.0.48 => 0.0.49
- @data-ui/network: 0.0.48 => 0.0.49
- @data-ui/radial-chart: 0.0.48 => 0.0.49
- @data-ui/shared: 0.0.48 => 0.0.49
- @data-ui/sparkline: 0.0.48 => 0.0.49
- @data-ui/xy-chart: 0.0.48 => 0.0.49