Chart.js/docs/general
Thomas David Baker ecf64d361d Correct spelling mistake. (#5831)
Use a simpler phrase for this heading.
2018-11-15 09:41:02 -05:00
..
interactions Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
accessibility.md Add "Accessibility" documentation page (#5719) 2018-09-11 09:12:28 +02:00
colors.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
device-pixel-ratio.md Added 'devicePixelRatio' option to override the window's DPR setting (#4270) 2017-06-04 18:57:55 +02:00
fonts.md Correct spelling mistake. (#5831) 2018-11-15 09:41:02 -05:00
options.md Fix scriptable options documentation snippet 2017-08-24 10:31:17 +02:00
README.md Introduce scriptable options (bubble chart) (#4671) 2017-08-24 09:34:38 +02:00
responsive.md Add aspectRatio property to responsive doc (#5756) 2018-10-09 18:20:09 +02: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.