charts_common_maintained 1.0.0 copy "charts_common_maintained: ^1.0.0" to clipboard
charts_common_maintained: ^1.0.0 copied to clipboard

A common library for charting packages.

charts_common_maintained #

pub package

Platform-agnostic charting library for Dart. Provides the core rendering logic, data models, axis systems, and chart behaviors used by charts_flutter_maintained.

Features #

  • Bar, Line, Pie, Scatter Plot, Time Series, Combo, Sunburst, Treemap, and Sankey charts
  • Configurable axes (numeric, ordinal, date/time)
  • Chart behaviors (legends, selection, zoom/pan, tooltips, annotations)
  • Accessibility support (a11y explore, keyboard navigation)

Requirements #

  • Dart SDK >= 3.0.0

Usage #

This package is typically used through charts_flutter_maintained for Flutter apps. If you need platform-agnostic chart logic, add it directly:

dependencies:
  charts_common_maintained: ^1.0.0

License #

Apache 2.0 — see LICENSE for details.