Skip to content

Commit 339d9d8

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 55685f0 commit 339d9d8

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
@@ -1226,7 +1226,6 @@ export interface ErrorOptions {
12261226
color: Color;
12271227
thickness: number;
12281228
width: number;
1229-
opacity: number;
12301229
}
12311230

12321231
export type ErrorBar =

0 commit comments

Comments
 (0)