mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 14:30:49 +08:00
Add visible field to plotly.js' ScatterData. (#27586)
This commit is contained in:
1
types/plotly.js/index.d.ts
vendored
1
types/plotly.js/index.d.ts
vendored
@@ -469,6 +469,7 @@ export interface ScatterData {
|
||||
legendgroup: string;
|
||||
name: string;
|
||||
connectgaps: boolean;
|
||||
visible: boolean | 'legendonly';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user