Chart.js/docs/charts
L M 18e3bc0624 Allow filling above and below with different colors (#6318)
Two colors allowed : first one to fill above the target, second to fill below
Tests added
Docs edited
2019-11-21 13:48:31 -05:00
..
area.md Allow filling above and below with different colors (#6318) 2019-11-21 13:48:31 -05:00
bar.md Move scale defining options up from ticks (#6738) 2019-11-15 12:11:13 -05:00
bubble.md Versatile clipping (#6642) 2019-11-10 17:41:01 -05:00
doughnut.md Versatile clipping (#6642) 2019-11-10 17:41:01 -05:00
line.md Versatile clipping (#6642) 2019-11-10 17:41:01 -05:00
mixed.md Move scale defining options up from ticks (#6738) 2019-11-15 12:11:13 -05:00
polar.md Versatile clipping (#6642) 2019-11-10 17:41:01 -05:00
radar.md Move scale defining options up from ticks (#6738) 2019-11-15 12:11:13 -05:00
README.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
scatter.md Implement dataset.order (#6268) 2019-10-22 19:14: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.