Skip to content

Commit

Permalink
refactor: rename to tick labels on top of gridlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgetz10 committed Oct 21, 2024
1 parent 52e183f commit 188c23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chart/src/components/EditorPanel/EditorPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,7 @@ const EditorPanel = () => {
value={config.yAxis.labelsAboveGridlines}
section='yAxis'
fieldName='labelsAboveGridlines'
label='Labels above gridlines'
label='Tick labels on top of gridlines'
updateField={updateField}
disabled={!config.yAxis.gridLines}
title={!config.yAxis.gridLines ? 'Show gridlines to enable' : ''}
Expand Down

0 comments on commit 188c23b

Please sign in to comment.