]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add color options to documentation and types where missing (#8196)
authorstockiNail <stocki.nail@gmail.com>
Fri, 18 Dec 2020 20:03:01 +0000 (21:03 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 20:03:01 +0000 (22:03 +0200)
commitf16e836c3d24bc3f766f90e252ce7e6626c8fa0e
tree5229bdfd521088ffff29d4c4bade864238b1ba9b
parent7a2acebc28d960fc9a496c7179f13cf7b86d6cc8
Add color options to documentation and types where missing (#8196)

* fixes #8188 and #8189

* removes scriptable context sample with link to options page

* Removes <code> tags in markdown where not needed
20 files changed:
docs/docs/axes/_common_ticks.md
docs/docs/axes/labelling.md
docs/docs/axes/radial/linear.mdx
docs/docs/axes/styling.mdx
docs/docs/charts/bar.mdx
docs/docs/charts/bubble.mdx
docs/docs/charts/doughnut.mdx
docs/docs/charts/polar.mdx
docs/docs/charts/radar.mdx
docs/docs/configuration/animations.mdx
docs/docs/configuration/elements.md
docs/docs/configuration/layout.md
docs/docs/configuration/legend.md
docs/docs/configuration/title.md
docs/docs/configuration/tooltip.md
docs/docs/general/data-structures.md
docs/docs/general/fonts.md
types/core/interfaces.d.ts
types/plugins/index.d.ts
types/scales/index.d.ts