We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

HeatMap only colors without numbers

Is it possible that HeadMap shows only colors and not numbers?

And wehen, how i can make this?

1 Reply

SG Shyam G Syncfusion Team July 12, 2017 01:05 PM UTC

Hi Thomas, 
 
Please use heatMapCell showContent property to hide the numbers. Please refer to the code example and JSPlayground link below. 
 
Code example: 
var heatmap = $("#heatmap").ejHeatMap({ 
     heatMapCell:{ 
                   showContent: ej.datavisualization.HeatMap.CellVisibility.Hidden 
              }, 
}); 
 
 
Regards, 
Shyam G 


Loader.
Live Chat Icon For mobile
Up arrow icon