Skip to content

edit barmode description #6300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/traces/bar/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
'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.'
'you might need to reduce *opacity* to see multiple bars.'
].join(' ')
},
barnorm: {
Expand Down
2 changes: 1 addition & 1 deletion src/traces/barpolar/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
'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.'
'you might need to reduce *opacity* to see multiple bars.'
].join(' ')
},
bargap: {
Expand Down
2 changes: 1 addition & 1 deletion src/traces/funnel/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
'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.'
'you might need to reduce *opacity* to see multiple bars.'
].join(' ')
},
funnelgap: {
Expand Down
2 changes: 1 addition & 1 deletion src/traces/waterfall/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
'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.'
'you might need to reduce *opacity* to see multiple bars.'
].join(' ')
},
waterfallgap: {
Expand Down
10 changes: 5 additions & 5 deletions test/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13871,7 +13871,7 @@
"valType": "number"
},
"barmode": {
"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.",
"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.",
"dflt": "group",
"editType": "calc",
"valType": "enumerated",
Expand Down Expand Up @@ -15140,7 +15140,7 @@
"valType": "number"
},
"barmode": {
"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.",
"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.",
"dflt": "stack",
"editType": "calc",
"valType": "enumerated",
Expand Down Expand Up @@ -26056,7 +26056,7 @@
"valType": "number"
},
"funnelmode": {
"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.",
"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.",
"dflt": "stack",
"editType": "calc",
"valType": "enumerated",
Expand Down Expand Up @@ -30577,7 +30577,7 @@
"valType": "number"
},
"barmode": {
"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.",
"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.",
"dflt": "group",
"editType": "calc",
"valType": "enumerated",
Expand Down Expand Up @@ -72157,7 +72157,7 @@
"valType": "number"
},
"waterfallmode": {
"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.",
"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.",
"dflt": "group",
"editType": "calc",
"valType": "enumerated",
Expand Down