Chartjs-Zingchart heatmap not show all hours on y axes

0👍

You can try setting the following attributes to adjust the max amount of items visible:

scaleX: {
  maxItems : 24,
  itemsOverlap : true
}

There is full information in our help center about showing hidden labels on the x-axis -> https://help.zingsoft.com/en/articles/3546391-zingchart-how-to-show-all-labels-on-my-axis

Leave a comment