Generic chart primitive supporting bar, column, and line types with configurable axes and legends.
Chart is the multi-type primitive that handles bar, column, line, and area charts. Series can be stacked or grouped; axes can be linear, log, or category-based; legends are interactive (click to hide/show series).
Use Chart when you need a customizable, multi-series visualization. For simpler one-shot displays, prefer SimpleChart.
Skip the manual import — ask your AI agent to build with this component. The Builder skill knows its props, variants, and idioms.