williaster / data-ui

A collection of data-rich UI components 📈
https://williaster.github.io/data-ui/
MIT License
546 stars 69 forks source link

Sparklines and latest version of vx #204

Open alangrn opened 4 years ago

alangrn commented 4 years ago

Is there any plan to migrate the sparklines in data-ui to the latest version of vx?

williaster commented 4 years ago

A sparkline is almost the same as an XYChart without a y-axis and with convenience labels. Because they are so similar, there is currently no plan to migrate it, but if it's a major feature request we could likely implement a vx sparkline package built on top of xychart once it's landed

alangrn commented 4 years ago

I have managed to get the sparklines working using the version of vx used in data-ui. However when I tried to use v0.0.198 they did not work so moving this over would be great if not too much effort required on your side.