Skip to content

Commit 013f4d3

Browse files
committed
roll back violin further
1 parent 66dcba7 commit 013f4d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/traces/violin/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
name: extendFlat({}, boxAttrs.name, {
1717
description: [
1818
'Sets the trace name.',
19-
'The trace name appears as the legend item and on hover.',
19+
'The trace name appear as the legend item and on hover.',
2020
'For violin traces, the name will also be used for the position',
2121
'coordinate, if `x` and `x0` (`y` and `y0` if horizontal) are',
2222
'missing and the position axis is categorical.',

test/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72452,7 +72452,7 @@
7245272452
"valType": "string"
7245372453
},
7245472454
"name": {
72455-
"description": "Sets the trace name. The trace name appears as the legend item and on hover. For violin traces, the name will also be used for the position coordinate, if `x` and `x0` (`y` and `y0` if horizontal) are missing and the position axis is categorical. Note that the trace name is also used as a default value for attribute `scalegroup` (please see its description for details).",
72455+
"description": "Sets the trace name. The trace name appear as the legend item and on hover. For violin traces, the name will also be used for the position coordinate, if `x` and `x0` (`y` and `y0` if horizontal) are missing and the position axis is categorical. Note that the trace name is also used as a default value for attribute `scalegroup` (please see its description for details).",
7245672456
"editType": "calc+clearAxisTypes",
7245772457
"valType": "string"
7245872458
},

0 commit comments

Comments
 (0)