ArcaneChart
Live preview for chart
Live Demo
Component: chart
Preview + Code
Revenue
Jan
12
Feb
18
Mar
16
Apr
24
Code
ArcaneChart(
  title: 'Revenue',
  points: const [
    ArcaneChartPoint(label: 'Jan', value: 12),
    ArcaneChartPoint(label: 'Feb', value: 18),
  ],
)

ArcaneChart#

Live preview for component 'chart' in the current Arcane catalog.

See the Component Catalog for source mapping and parity status.

On this page