Sean Lynch @techniq.dev · Apr 30

Many visualizations only need a single layer type (svg, canvas, or html). LayerChart now provides per-layer component exports via `layerchart/{layer}` imports. Top-level `layerchart` imports still work as they have, smartly detecting their Layer context.

5 likes 1 replies

?

Replies

Sean Lynch · Apr 30

🆕 ChartCore component To further reduce bundles, you can leverage the new `ChartCore` component when providing `children` This is common for geo, graph, hierarchy, and force visualizations, or fully customized cartesian/radial charts.