Chart.js/docs/general
Jukka Kurkela b5d5ed987a Internal data by axis instead of scale id (#6912)
* Internal data by axis instead of scale id

* Test

* Update test

* Update docs
2020-01-06 07:22:18 -05:00
..
interactions Remove global from defaults (#6893) 2020-01-03 14:07:38 -05:00
accessibility.md
colors.md Remove global from defaults (#6893) 2020-01-03 14:07:38 -05:00
data-structures.md Internal data by axis instead of scale id (#6912) 2020-01-06 07:22:18 -05:00
device-pixel-ratio.md
fonts.md Remove global from defaults (#6893) 2020-01-03 14:07:38 -05:00
options.md Hover styling for dataset in 'dataset' mode (#6527) 2019-10-25 13:22:37 -04:00
performance.md Determine if data is sorted (#6885) 2020-01-03 13:56:41 -05:00
README.md Add link to performance documentation (#6613) 2019-10-27 14:50:18 -04:00
responsive.md Rewrite animation logic (#6845) 2019-12-27 17:13:24 -05:00

General Configuration

These sections describe general configuration options that can apply elsewhere in the documentation.

  • Responsive defines responsive chart options that apply to all charts.
  • Device Pixel Ratio defines the ratio between display pixels and rendered pixels.
  • Interactions defines options that reflect how hovering chart elements works.
  • Options scriptable and indexable options syntax.
  • Colors defines acceptable color values.
  • Font defines various font options.
  • Performance gives tips for performance-sensitive applications.