https://github.com/marchdev-tk/mdcharts
march.dev charts library. Provides highly customizable and configurable charts.
https://github.com/marchdev-tk/mdcharts
android candlestick-chart chart dart dart3 dartlang donut-chart flutter flutter-desktop flutter-mobile flutter-package flutter-plugin flutter-web ios line-chart linux macos plugin web windows
Last synced: 3 months ago
JSON representation
march.dev charts library. Provides highly customizable and configurable charts.
- Host: GitHub
- URL: https://github.com/marchdev-tk/mdcharts
- Owner: marchdev-tk
- License: bsd-3-clause
- Created: 2022-03-18T12:51:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-09T15:20:23.000Z (4 months ago)
- Last Synced: 2025-06-09T16:28:21.497Z (4 months ago)
- Topics: android, candlestick-chart, chart, dart, dart3, dartlang, donut-chart, flutter, flutter-desktop, flutter-mobile, flutter-package, flutter-plugin, flutter-web, ios, line-chart, linux, macos, plugin, web, windows
- Language: Dart
- Homepage:
- Size: 836 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# MDCharts

[](https://pub.dartlang.org/packages/mdcharts)

march.dev charts library. Provides highly customizable and configurable charts.
## Getting Started
### LineChart
For details please refer to the [LineChart documentation file](doc/line.chart.md).
### BarChart
For details please refer to the [BarChart documentation file](doc/bar.chart.md).
### GaugeChart
For details please refer to the [GaugeChart documentation file](doc/gauge.chart.md).
### DonutChart
For details please refer to the [DonutChart documentation file](doc/donut.chart.md).
### CandlestickChart
For details please refer to the [CandlestickChart documentation file](doc/candlestick.chart.md).
## Examples
To see usage example navigate to the [Example](example/README.md) section.
## Feature requests and Bug reports
Feel free to post a feature requests or report a bug [here](https://github.com/marchdev-tk/mdcharts/issues).
## 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)