An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# MDCharts

![Build](https://github.com/marchdev-tk/mdcharts/workflows/build/badge.svg)
[![Pub](https://img.shields.io/pub/v/mdcharts.svg)](https://pub.dartlang.org/packages/mdcharts)
![GitHub](https://img.shields.io/github/license/marchdev-tk/mdcharts)
![GitHub stars](https://img.shields.io/github/stars/marchdev-tk/mdcharts?style=social)

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)