How can I remove the duplicates from x axis labels in heatmap apexcharts Here the JSFiddle Link click here
Here multiple May months are showing I need to display only one in the Middle of 4 columns. I tried the below
xaxis: {
labels: {showDuplicates: false}
}
But this is not working as expected.