From 39923eb167a6a6b82a57e26bd12003bbce20aad6 Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Tue, 17 Nov 2020 15:03:37 +0200 Subject: [PATCH] Add missing import to styling.mdx (#8065) --- docs/docs/axes/styling.mdx | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2