Skip to content

Commit 0f47ce9

Browse files
committed
Plotly v3 - Drop support for deprecated error bar opacity attribute (use alpha channel of error bar color attribute instead)
plotly/plotly.js#7214
1 parent 7516d03 commit 0f47ce9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

types/plotly.js/index.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,6 @@ export interface ErrorOptions {
12271227
color: Color;
12281228
thickness: number;
12291229
width: number;
1230-
opacity: number;
12311230
}
12321231

12331232
export type ErrorBar =

0 commit comments

Comments
 (0)