We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887ee61 commit fc66af7Copy full SHA for fc66af7
ej2-blazor-samples/Pages/HeatMapChart/HeatMapChart/DefaultFunctionalities.razor
@@ -34,7 +34,7 @@
34
<div class="control-section">
35
<div class="row">
36
<div class="col-md-12">
37
- <Ejsheatmap id="Container" DataSource="@heatmapData" @ref="heatmap" XAxis="@xAxis" YAxis="@yAxis">
+ <Ejsheatmap id="Container" DataSource="@heatmapData" @ref="heatmap" XAxis="@xAxis" YAxis="@yAxis" ShowTooltip="false">
38
<HeatMapTitle Text="Sales Revenue per Employee (in 1000 US$)"></HeatMapTitle>
39
</Ejsheatmap>
40
</div>
@@ -58,4 +58,4 @@
58
{
59
heatmapData = this.heatmap.DataSource = HeatMapData.GetDefaultData();
60
}
61
-}
+}
0 commit comments