Chart.js/docs/charts
Simon Brunel 872dfec0f3 Introduce scriptable options (bubble chart) (#4671)
New `options.resolve` helper that determines the final value to use from an array of input values (fallback) and a given context and/or index. For now, only the bubble chart support scriptable options, see documentation for details.

Add scriptable options documentation and update the bubble chart dataset properties table with their scriptable and indexable capabilities and default values. Also move point style description under the element configuration section.
2017-08-24 09:34:38 +02:00
..
area.md Fix invalid link in area.md (#4257) 2017-05-13 19:30:23 +02:00
bar.md Make offsetGridLines consistent and add new offset scale option (#4545) 2017-08-14 10:09:33 +02:00
bubble.md Introduce scriptable options (bubble chart) (#4671) 2017-08-24 09:34:38 +02:00
doughnut.md Add live samples back to docs for each chart type 2017-04-03 17:38:52 -04:00
line.md Introduce scriptable options (bubble chart) (#4671) 2017-08-24 09:34:38 +02:00
mixed.md Add live samples back to docs for each chart type 2017-04-03 17:38:52 -04:00
polar.md Fix links in documentations (#4477) 2017-07-09 08:58:18 -04:00
radar.md Fix copy paste error in new docs with respect to settings for line and radar charts. (#4510) 2017-07-15 16:39:27 -04:00
README.md Document the new filling modes and options (#4251) 2017-05-13 14:13:05 +02: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