From f8fceae4aabce9707326e8f795ae2d11d6702bb6 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:35:07 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/ui/chart/docs/general/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 js/ui/chart/docs/general/README.md diff --git a/js/ui/chart/docs/general/README.md b/js/ui/chart/docs/general/README.md new file mode 100644 index 0000000..950188f --- /dev/null +++ b/js/ui/chart/docs/general/README.md @@ -0,0 +1,10 @@ +# General Configuration + +These sections describe general configuration options that can apply elsewhere in the documentation. + +* [Responsive](./responsive.md) defines responsive chart options that apply to all charts. +* [Device Pixel Ratio](./device-pixel-ratio.md) defines the ratio between display pixels and rendered pixels. +* [Interactions](./interactions/README.md) defines options that reflect how hovering chart elements works. +* [Options](./options.md) scriptable and indexable options syntax. +* [Colors](./colors.md) defines acceptable color values. +* [Font](./fonts.md) defines various font options.