mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Add missing hoverlabel.
This commit is contained in:
Vendored
+1
@@ -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