Chandra
01-27-2022Cloud Apps
Issue In Sorting X-axis Labels
Hi Sisense Community..
I am having an issue in arranging the x-axis labels in Heat Map. In this first we have chosen scatter chart and then converted in to heat map using the below code
widget.on('beforeviewloaded',function(se,ev){
ev.options.chart.type='heatmap'
})
For this we have tried with some scripts in order to sort X-axis values but no change .Can anyone help in this?