From 5492b60741a8819533710f76bf55a1a19b5fe5c8 Mon Sep 17 00:00:00 2001 From: AntonMrt Date: Tue, 7 May 2024 20:53:41 +0300 Subject: [PATCH] beauty --- 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 8c0f3f8..9af2b72 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"(