Skip to content

marchdev-tk/mdcharts

MDCharts

Build Pub GitHub GitHub stars

march.dev charts library. Provides highly customizable and configurable charts.

Getting Started

LineChart

For details please refer to the LineChart documentation file.

BarChart

For details please refer to the BarChart documentation file.

GaugeChart

For details please refer to the GaugeChart documentation file.

DonutChart

For details please refer to the DonutChart documentation file.

CandlestickChart

For details please refer to the CandlestickChart documentation file.

Examples

To see usage example navigate to the Example section.

Feature requests and Bug reports

Feel free to post a feature requests or report a bug here.

TODO

  • Impl common Grid and Axis styles/settings/painters for BarChart
  • Impl common styles/settings/painters for Arc-based charts
  • Add MdDate to all charts (with unit-tests)
  • Add ability to accept custom painters (paint funcs) (requires ENORMOUS amount of time)