Chart.js/docs/general
Jukka Kurkela d610205e29 Clean up element.line and do data decimation when applicable (#6731)
Decimate line drawing to improve performance and reduce extraneous drawing
2019-11-15 13:51:41 -05:00
..
interactions Remove deprecated interaction modes (#6625) 2019-10-28 18:11:38 -04:00
accessibility.md
colors.md
device-pixel-ratio.md
fonts.md
options.md Hover styling for dataset in 'dataset' mode (#6527) 2019-10-25 13:22:37 -04:00
performance.md Clean up element.line and do data decimation when applicable (#6731) 2019-11-15 13:51:41 -05:00
README.md Add link to performance documentation (#6613) 2019-10-27 14:50:18 -04:00
responsive.md

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.