-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Milestone
Description
plotly.js/src/components/errorbars/attributes.js
Lines 125 to 134 in 206d117
| _deprecated: { | |
| opacity: { | |
| valType: 'number', | |
| editType: 'style', | |
| description: [ | |
| 'Obsolete.', | |
| 'Use the alpha channel in error bar `color` to set the opacity.' | |
| ].join(' ') | |
| } | |
| } |