Skip to content

Commit

Permalink
Rename "belowtraces" to "between"
Browse files Browse the repository at this point in the history
Co-authored-by: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com>
  • Loading branch information
my-tien and archmoj committed Mar 18, 2024
1 parent 7338ad8 commit 0861ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shapes/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.exports = templatedArray('shape', {

layer: {
valType: 'enumerated',
values: ['below', 'above', 'belowtraces'],
values: ['below', 'above', 'between'],
dflt: 'above',
editType: 'arraydraw',
description: 'Specifies whether shapes are drawn below gridlines (*below*), between gridlines and traces (*belowtraces*) or above traces (*above*).'
Expand Down

0 comments on commit 0861ab6

Please sign in to comment.