jolleekin / modern_charts

BSD 2-Clause "Simplified" License
66 stars 12 forks source link

A package for creating simple yet modern looking charts.

Five chart types

Canvas + DOM

modern_charts combines Canvas and DOM to achieve the best performance and experience.

DataTable

Data are passed to a chart via a DataTable object. By using DataTable, you can flexibly modify the data even after the chart has been rendered.

Animations

Animations are supported for different types of data modifications:

Responsive

Charts automatically resize when the browser is resized.

Interactive

Modular

Each chart type has its own class, so your final production code only contains the code of the chart types you use.

Usage

Please read the wiki for instructions on how to use these beautiful charts.