Harish Gautam
Results
2
comments of
Harish Gautam
@AtishayMsft I found an approach to solve this issue. The label issue occurs only when we format data ``` xAxisDateFormatString="%Y"``` So its formatted as string in `HeatMap` component and then...
use viewClassNames instead ``` viewClassNames(viewArgs) { console.log("View:",viewArgs.view.type); }, ```