mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-11 22:37:31 +08:00
Add missing hoverlabel.
This commit is contained in:
1
types/plotly.js/index.d.ts
vendored
1
types/plotly.js/index.d.ts
vendored
@@ -397,6 +397,7 @@ export interface ScatterData {
|
||||
'z+x' | 'z+x+text' | 'z+x+name' |
|
||||
'z+y+x' | 'z+y+x+text' | 'z+y+x+name' |
|
||||
'z+x+y' | 'z+x+y+text' | 'z+x+y+name';
|
||||
hoverlabel: Partial<Label>;
|
||||
fill: 'none' | 'tozeroy' | 'tozerox' | 'tonexty' | 'tonextx' | 'toself' | 'tonext';
|
||||
fillcolor: string;
|
||||
legendgroup: string;
|
||||
|
||||
Reference in New Issue
Block a user