Merge pull request #26204 from mkubenka/feature/scatter-hoverlabel

[plotly.js] Add missing hoverlabel.
This commit is contained in:
Benjamin Lichtman
2018-06-01 11:39:01 -07:00
committed by GitHub
+1
View File
@@ -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;