From 597f48efd836d90f08ba74f95e12d6daaedbe100 Mon Sep 17 00:00:00 2001 From: Michal Kubenka Date: Fri, 1 Jun 2018 15:50:42 +0200 Subject: [PATCH] Add missing hoverlabel. --- types/plotly.js/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/plotly.js/index.d.ts b/types/plotly.js/index.d.ts index 689214138b..d16a80818a 100644 --- a/types/plotly.js/index.d.ts +++ b/types/plotly.js/index.d.ts @@ -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