Skip to content

Commit 8206eb5

Browse files
authored
Merge pull request #6300 from plotly/barmode-description
edit barmode description
2 parents 508e316 + 98b9f9c commit 8206eb5

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

src/traces/bar/layout_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
'With *group*, the bars are plotted next to one another',
1717
'centered around the shared location.',
1818
'With *overlay*, the bars are plotted over one another,',
19-
'you might need to an *opacity* to see multiple bars.'
19+
'you might need to reduce *opacity* to see multiple bars.'
2020
].join(' ')
2121
},
2222
barnorm: {

src/traces/barpolar/layout_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
'are displayed on the graph.',
1212
'With *stack*, the bars are stacked on top of one another',
1313
'With *overlay*, the bars are plotted over one another,',
14-
'you might need to an *opacity* to see multiple bars.'
14+
'you might need to reduce *opacity* to see multiple bars.'
1515
].join(' ')
1616
},
1717
bargap: {

src/traces/funnel/layout_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
'With *group*, the bars are plotted next to one another',
1414
'centered around the shared location.',
1515
'With *overlay*, the bars are plotted over one another,',
16-
'you might need to an *opacity* to see multiple bars.'
16+
'you might need to reduce *opacity* to see multiple bars.'
1717
].join(' ')
1818
},
1919
funnelgap: {

src/traces/waterfall/layout_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
'With *group*, the bars are plotted next to one another',
1313
'centered around the shared location.',
1414
'With *overlay*, the bars are plotted over one another,',
15-
'you might need to an *opacity* to see multiple bars.'
15+
'you might need to reduce *opacity* to see multiple bars.'
1616
].join(' ')
1717
},
1818
waterfallgap: {

test/plot-schema.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13871,7 +13871,7 @@
1387113871
"valType": "number"
1387213872
},
1387313873
"barmode": {
13874-
"description": "Determines how bars at the same location coordinate are displayed on the graph. With *stack*, the bars are stacked on top of one another With *relative*, the bars are stacked on top of one another, with negative values below the axis, positive values above With *group*, the bars are plotted next to one another centered around the shared location. With *overlay*, the bars are plotted over one another, you might need to an *opacity* to see multiple bars.",
13874+
"description": "Determines how bars at the same location coordinate are displayed on the graph. With *stack*, the bars are stacked on top of one another With *relative*, the bars are stacked on top of one another, with negative values below the axis, positive values above With *group*, the bars are plotted next to one another centered around the shared location. With *overlay*, the bars are plotted over one another, you might need to reduce *opacity* to see multiple bars.",
1387513875
"dflt": "group",
1387613876
"editType": "calc",
1387713877
"valType": "enumerated",
@@ -15140,7 +15140,7 @@
1514015140
"valType": "number"
1514115141
},
1514215142
"barmode": {
15143-
"description": "Determines how bars at the same location coordinate are displayed on the graph. With *stack*, the bars are stacked on top of one another With *overlay*, the bars are plotted over one another, you might need to an *opacity* to see multiple bars.",
15143+
"description": "Determines how bars at the same location coordinate are displayed on the graph. With *stack*, the bars are stacked on top of one another With *overlay*, the bars are plotted over one another, you might need to reduce *opacity* to see multiple bars.",
1514415144
"dflt": "stack",
1514515145
"editType": "calc",
1514615146
"valType": "enumerated",
@@ -26056,7 +26056,7 @@
2605626056
"valType": "number"
2605726057
},
2605826058
"funnelmode": {
26059-
"description": "Determines how bars at the same location coordinate are displayed on the graph. With *stack*, the bars are stacked on top of one another With *group*, the bars are plotted next to one another centered around the shared location. With *overlay*, the bars are plotted over one another, you might need to an *opacity* to see multiple bars.",
26059+
"description": "Determines how bars at the same location coordinate are displayed on the graph. With *stack*, the bars are stacked on top of one another With *group*, the bars are plotted next to one another centered around the shared location. With *overlay*, the bars are plotted over one another, you might need to reduce *opacity* to see multiple bars.",
2606026060
"dflt": "stack",
2606126061
"editType": "calc",
2606226062
"valType": "enumerated",
@@ -30577,7 +30577,7 @@
3057730577
"valType": "number"
3057830578
},
3057930579
"barmode": {
30580-
"description": "Determines how bars at the same location coordinate are displayed on the graph. With *stack*, the bars are stacked on top of one another With *relative*, the bars are stacked on top of one another, with negative values below the axis, positive values above With *group*, the bars are plotted next to one another centered around the shared location. With *overlay*, the bars are plotted over one another, you might need to an *opacity* to see multiple bars.",
30580+
"description": "Determines how bars at the same location coordinate are displayed on the graph. With *stack*, the bars are stacked on top of one another With *relative*, the bars are stacked on top of one another, with negative values below the axis, positive values above With *group*, the bars are plotted next to one another centered around the shared location. With *overlay*, the bars are plotted over one another, you might need to reduce *opacity* to see multiple bars.",
3058130581
"dflt": "group",
3058230582
"editType": "calc",
3058330583
"valType": "enumerated",
@@ -72157,7 +72157,7 @@
7215772157
"valType": "number"
7215872158
},
7215972159
"waterfallmode": {
72160-
"description": "Determines how bars at the same location coordinate are displayed on the graph. With *group*, the bars are plotted next to one another centered around the shared location. With *overlay*, the bars are plotted over one another, you might need to an *opacity* to see multiple bars.",
72160+
"description": "Determines how bars at the same location coordinate are displayed on the graph. With *group*, the bars are plotted next to one another centered around the shared location. With *overlay*, the bars are plotted over one another, you might need to reduce *opacity* to see multiple bars.",
7216172161
"dflt": "group",
7216272162
"editType": "calc",
7216372163
"valType": "enumerated",

0 commit comments

Comments
 (0)