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 fc66af7 commit c2fc5a7Copy full SHA for c2fc5a7
ej2-blazor-samples/Pages/HeatMapChart/HeatMapChart/Emptypoints.razor
@@ -37,7 +37,7 @@
37
<div class="control-section">
38
<div class="row">
39
<div class="col-md-12">
40
- <Ejsheatmap id="Container" DataSource="@heatmapData" @ref="heatmap" XAxis="@xAxis" YAxis="@yAxis">
+ <Ejsheatmap id="Container" DataSource="@heatmapData" @ref="heatmap" XAxis="@xAxis" YAxis="@yAxis" ShowTooltip="false">
41
<HeatMapTitle Text="Deffective Count per 1000 Products from a Manufacturing Unit"></HeatMapTitle>
42
<HeatMapPaletteSettings Type="@Syncfusion.EJ2.RazorComponents.HeatMap.PaletteType.Gradient">
43
<HeatMapPalettes>
0 commit comments