ArcaneChart#
Live preview for component 'chart' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
ArcaneChart(
title: 'Revenue',
points: const [
ArcaneChartPoint(label: 'Jan', value: 12),
ArcaneChartPoint(label: 'Feb', value: 18),
],
)
Live preview for component 'chart' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.