Skip to content

Commit

Permalink
beauty
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMrt committed May 7, 2024
1 parent 46da061 commit 5492b60
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} <br>y:%{y} <br>val:%{z:.}<extra></extra>'
}];)";

const char kSurfaceTypePart[]=R"(
Expand Down

0 comments on commit 5492b60

Please sign in to comment.