Skip to content

Commit 2bcd600

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 d6aae8b commit 2bcd600

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

types/plotly.js/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,6 @@ export interface ErrorOptions {
12581258
color: Color;
12591259
thickness: number;
12601260
width: number;
1261-
opacity: number;
12621261
}
12631262

12641263
export type ErrorBar =

0 commit comments

Comments
 (0)