From 0e763805b132a593953b4164708bbf9aa828d93c Mon Sep 17 00:00:00 2001 From: mpallansch Date: Tue, 11 Jun 2024 13:50:33 -0400 Subject: [PATCH] Adds Tooltip to Y Axis Number of Ticks --- .../chart/src/components/EditorPanel/EditorPanel.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/chart/src/components/EditorPanel/EditorPanel.tsx b/packages/chart/src/components/EditorPanel/EditorPanel.tsx index cc4da0020..14872b972 100644 --- a/packages/chart/src/components/EditorPanel/EditorPanel.tsx +++ b/packages/chart/src/components/EditorPanel/EditorPanel.tsx @@ -1173,7 +1173,17 @@ const EditorPanel = () => { {config.runtime.seriesKeys && config.runtime.seriesKeys.length === 1 && !['Box Plot', 'Deviation Bar', 'Forest Plot'].includes(config.visualizationType) && ( )} - + + + + + +

Apporoximate number of ticks. Other factors such as space available and data may change the exact number of ticks used.

+
+ + } updateField={updateField} />