i use bar chart in highchart if my array became more than 15 then it merge them and not show the category in x of
legend: {
enabled: false
},
plotOptions: {
series: {
startFromThreshold: false,
threshold: null,
borderWidth: 0,
dataLabels: {
enabled: true,
format: '{point.y:.1f}'
}
},
bar: {
cropThreshold:1,
turboThreshold:10000
}
},
jsfid how can i change the threshold of merging my array items ?