Thanks @jonathonrp.github.io. What I need to think through / experiment with is how series (and with their own data), accessors, axis, and general props work for various use cases.
ATM `` doesn't support an axis/grid (it should) but `` does.
My intuition as a user given this information, is arc would be for simple data and simple pie/ radial chart, but radial bar for more complicated data or pie/radial chart. I feel I would use arc more for its simple API for what I feel is pretty simple data that I would be using.
Great feedback! That's how I'm leaning as well, and currently what ArcChart focuses on (especially for single value (with a track) or basic series (Apple fitness rings for example).
Comments
You can see it in action in this PR preview:
https://huntabyte-next-work.layerchart.pages.dev/docs/components/BarChart#radial_(vertical)
It's part of the upcoming LayerChart 2.0.0-next.2 release, which includes a Svelte 5 migration.
Some discussion here:
https://discord.com/channels/920755200552226868/1313499993205768315/1315655945732493433
PoC repo:
https://github.com/GitNoise/react-svelte_layerchart
Not sure how it progressed from there though.
ATM `
Right now `
https://huntabyte-next-work.layerchart.pages.dev/docs/components/ArcChart
https://huntabyte-next-work.layerchart.pages.dev/docs/components/BarChart
To complicate the matters, PieChart also handles some of these use cases (and is the original basis of ArcChart) in LayerChart 1.0.0