]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add missing import to styling.mdx (#8065)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Tue, 17 Nov 2020 13:03:37 +0000 (15:03 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Nov 2020 13:03:37 +0000 (08:03 -0500)
docs/docs/axes/styling.mdx

index c12baff9adbe0020aeeb2d4aed2966ce5cf9eb25..d93e806df4ab4ee0a2ea94ab27e421fe9c00b6e6 100644 (file)
@@ -2,6 +2,8 @@
 title: Styling
 ---
 
+import CommonTicks from './_common_ticks.md'
+
 There are a number of options to allow styling an axis. There are settings to control [grid lines](#grid-line-configuration) and [ticks](#tick-configuration).
 
 ## Grid Line Configuration