charts_common 0.4.0 copy "charts_common: ^0.4.0" to clipboard
charts_common: ^0.4.0 copied to clipboard

discontinued
outdated

A common library for charting packages.

0.4.0 #

  • Declare compatibility with Dart 2.
  • BasicNumericTickFormatterSpec now takes in a callback instead of NumberFormat as the default constructor. Use named constructor withNumberFormat instead. This is a breaking change.
  • BarRendererConfig is no longer default of type String, please change current usage to BarRendererConfig
  • BarTargetLineRendererConfig is no longer default of type String, please change current usage to BarTargetLineRendererConfig

0.3.0 #

  • Simplified API by removing the requirement for specifying the datum type when creating a chart. For example, previously to construct a bar chart the syntax was 'new BarChart
  • Added scatter plot charts
  • Added tap to hide for legends
  • Added support for rendering area skirts to line charts
  • Added support for configurable fill colors to bar charts

0.2.0 #

  • Update color palette. Please use MaterialPalette instead of QuantumPalette.
  • Dart2 fixes

0.1.0 #

Initial release.

9
likes
0
pub points
92%
popularity

Publisher

unverified uploader

A common library for charting packages.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, intl, logging, meta

More

Packages that depend on charts_common