File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
HeatMapChart/HeatMapChart Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ internal partial class SampleConfig
1818 FileName = "DefaultFunctionalities.razor" ,
1919 Type = SampleType . New
2020 } ,
21- new Sample
22- {
23- Name = "Editing" ,
24- Category = "Gantt" ,
25- Directory = "Gantt/Editing" ,
26- Url = "Gantt/Editing" ,
27- FileName = "Editing.razor" ,
28- Type = SampleType . New
29- } ,
21+ // new Sample
22+ // {
23+ // Name = "Editing",
24+ // Category = "Gantt",
25+ // Directory = "Gantt/Editing",
26+ // Url = "Gantt/Editing",
27+ // FileName = "Editing.razor",
28+ // Type = SampleType.New
29+ // },
3030 new Sample
3131 {
3232 Name = "Baseline" ,
Original file line number Diff line number Diff line change 3434<div class =" control-section" >
3535 <div class =" row" >
3636 <div class =" col-md-12" >
37- <Ejsheatmap id =" Container" DataSource =" @heatmapData" @ref =" heatmap" XAxis =" @xAxis" YAxis =" @yAxis" >
37+ <Ejsheatmap id =" Container" DataSource =" @heatmapData" @ref =" heatmap" XAxis =" @xAxis" YAxis =" @yAxis" ShowTooltip = " false " >
3838 <HeatMapTitle Text =" Sales Revenue per Employee (in 1000 US$)" ></HeatMapTitle >
3939 </Ejsheatmap >
4040 </div >
5858 {
5959 heatmapData = this .heatmap .DataSource = HeatMapData .GetDefaultData ();
6060 }
61- }
61+ }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments