Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMrt committed May 7, 2024
1 parent 8dbca67 commit 46da061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotly_maker/html_parts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ id="gd"></div></div>

const char kHeatMapTypePart[] = R"(
type: 'heatmap',
hovertemplate: '(x:%{x}, y:%{y}, val:%{z:.}<extra></extra>'
hovertemplate: 'x:%{x}, y:%{y}, val:%{z:.}<extra></extra>'
}];)";

const char kSurfaceTypePart[]=R"(
Expand Down

0 comments on commit 46da061

Please sign in to comment.