From: Jukka Kurkela Date: Tue, 17 Nov 2020 13:03:37 +0000 (+0200) Subject: Add missing import to styling.mdx (#8065) X-Git-Tag: v3.0.0-beta.7~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39923eb167a6a6b82a57e26bd12003bbce20aad6;p=thirdparty%2FChart.js.git Add missing import to styling.mdx (#8065) --- diff --git a/docs/docs/axes/styling.mdx b/docs/docs/axes/styling.mdx index c12baff9a..d93e806df 100644 --- a/docs/docs/axes/styling.mdx +++ b/docs/docs/axes/styling.mdx @@ -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