Home Forums Chart Support Force empty labels on unexistant data Reply To: Force empty labels on unexistant data

#5630

Those labels are coordinates on the axis and are shown irrespective of whether a point exists or not. But in case you want to hide them, there is a workaround that I can suggest. But it works only if all x values are integers – or multiples of the set “interval”.

Here is a JSFiddle http://jsfiddle.net/canvasjs/WH3Tt/


Sunil Urs