Skip to content

Commit

Permalink
Refactor [DEV-9340] feedback to rename to "Tick labels on top of grid…
Browse files Browse the repository at this point in the history
…lines" (#1598)

* refactor: rename to tick labels on top of gridlines

* refactor: above instead of on top of
  • Loading branch information
Mgetz10 authored Oct 21, 2024
1 parent 52e183f commit f97bdc7
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 above gridlines'
updateField={updateField}
disabled={!config.yAxis.gridLines}
title={!config.yAxis.gridLines ? 'Show gridlines to enable' : ''}
Expand Down

0 comments on commit f97bdc7

Please sign in to comment.