From 46da061333ead0778650cfc1e10b77604a3d0ab8 Mon Sep 17 00:00:00 2001 From: AntonMrt Date: Tue, 7 May 2024 20:48:42 +0300 Subject: [PATCH] FIX --- plotly_maker/html_parts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly_maker/html_parts.cpp b/plotly_maker/html_parts.cpp index 6ec6b76..8c0f3f8 100644 --- a/plotly_maker/html_parts.cpp +++ b/plotly_maker/html_parts.cpp @@ -62,7 +62,7 @@ id="gd"> const char kHeatMapTypePart[] = R"( type: 'heatmap', -hovertemplate: '(x:%{x}, y:%{y}, val:%{z:.}' +hovertemplate: 'x:%{x}, y:%{y}, val:%{z:.}' }];)"; const char kSurfaceTypePart[]=R"(