mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-13 11:46:55 +01:00
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.
54 lines
1.9 KiB
Markdown
54 lines
1.9 KiB
Markdown
# Summary
|
|
|
|
* [Chart.js](README.md)
|
|
* [Getting Started](getting-started/README.md)
|
|
* [Installation](getting-started/installation.md)
|
|
* [Integration](getting-started/integration.md)
|
|
* [Usage](getting-started/usage.md)
|
|
* [General](general/README.md)
|
|
* [Responsive](general/responsive.md)
|
|
* [Interactions](general/interactions/README.md)
|
|
* [Events](general/interactions/events.md)
|
|
* [Modes](general/interactions/modes.md)
|
|
* [Options](general/options.md)
|
|
* [Colors](general/colors.md)
|
|
* [Fonts](general/fonts.md)
|
|
* [Configuration](configuration/README.md)
|
|
* [Animations](configuration/animations.md)
|
|
* [Layout](configuration/layout.md)
|
|
* [Legend](configuration/legend.md)
|
|
* [Title](configuration/title.md)
|
|
* [Tooltip](configuration/tooltip.md)
|
|
* [Elements](configuration/elements.md)
|
|
* [Charts](charts/README.md)
|
|
* [Line](charts/line.md)
|
|
* [Bar](charts/bar.md)
|
|
* [Radar](charts/radar.md)
|
|
* [Doughnut & Pie](charts/doughnut.md)
|
|
* [Polar Area](charts/polar.md)
|
|
* [Bubble](charts/bubble.md)
|
|
* [Scatter](charts/scatter.md)
|
|
* [Area](charts/area.md)
|
|
* [Mixed](charts/mixed.md)
|
|
* [Axes](axes/README.md)
|
|
* [Cartesian](axes/cartesian/README.md)
|
|
* [Category](axes/cartesian/category.md)
|
|
* [Linear](axes/cartesian/linear.md)
|
|
* [Logarithmic](axes/cartesian/logarithmic.md)
|
|
* [Time](axes/cartesian/time.md)
|
|
* [Radial](axes/radial/README.md)
|
|
* [Linear](axes/radial/linear.md)
|
|
* [Labelling](axes/labelling.md)
|
|
* [Styling](axes/styling.md)
|
|
* [Developers](developers/README.md)
|
|
* [Chart.js API](developers/api.md)
|
|
* [Updating Charts](developers/updates.md)
|
|
* [Plugins](developers/plugins.md)
|
|
* [New Charts](developers/charts.md)
|
|
* [New Axes](developers/axes.md)
|
|
* [Contributing](developers/contributing.md)
|
|
* [Additional Notes](notes/README.md)
|
|
* [Comparison Table](notes/comparison.md)
|
|
* [Popular Extensions](notes/extensions.md)
|
|
* [License](notes/license.md)
|