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} />