Skip to content

Commit 63f0a44

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 d4d732b commit 63f0a44

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
@@ -1232,7 +1232,6 @@ export interface ErrorOptions {
12321232
color: Color;
12331233
thickness: number;
12341234
width: number;
1235-
opacity: number;
12361235
}
12371236

12381237
export type ErrorBar =

0 commit comments

Comments
 (0)