Skip to content

Commit c2fc5a7

Browse files
authored
Update Emptypoints.razor
1 parent fc66af7 commit c2fc5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ej2-blazor-samples/Pages/HeatMapChart/HeatMapChart/Emptypoints.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div class="control-section">
3838
<div class="row">
3939
<div class="col-md-12">
40-
<Ejsheatmap id="Container" DataSource="@heatmapData" @ref="heatmap" XAxis="@xAxis" YAxis="@yAxis">
40+
<Ejsheatmap id="Container" DataSource="@heatmapData" @ref="heatmap" XAxis="@xAxis" YAxis="@yAxis" ShowTooltip="false">
4141
<HeatMapTitle Text="Deffective Count per 1000 Products from a Manufacturing Unit"></HeatMapTitle>
4242
<HeatMapPaletteSettings Type="@Syncfusion.EJ2.RazorComponents.HeatMap.PaletteType.Gradient">
4343
<HeatMapPalettes>

0 commit comments

Comments
 (0)