Chart.js/docs/charts
Simon Brunel ae80e14c51
Make bar styling options scriptable (#5780)
The bar `backgroundColor`, `borderColor`, `borderWidth` and `borderSkipped` options are now scriptable (unit tests, docs and a basic sample). Also fix the gulp task that generates the documentation on Windows.
2018-11-12 21:15:37 +01:00
..
area.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
bar.md Make bar styling options scriptable (#5780) 2018-11-12 21:15:37 +01:00
bubble.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
doughnut.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
line.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
mixed.md Remove trailing spaces from docs (#5227) 2018-02-04 12:27:50 +01:00
polar.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
radar.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
README.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
scatter.md Update the docs structure/content to use GitBook (#3751) 2017-03-20 20:36:54 -04:00

Charts

Chart.js comes with built-in chart types:

Area charts can be built from a line or radar chart using the dataset fill option.

To create a new chart type, see the developer notes.