Add missing hoverlabel.

This commit is contained in:
Michal Kubenka
2018-06-01 15:50:42 +02:00
parent 9fb3214e64
commit 597f48efd8

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;