You must be logged in to post your query.
Home › Forums › Chart Support › Remove partial label
In the fiddle below, the first x-axis label is cutoff partially. Is it possible to either show the entire label or remove it if its visible partially?
https://jsfiddle.net/QwZuf/2255/
@himanshu_tanwar,
You can add margin to axisY to avoid first label being clipped. Please take a look at this updated jsfiddle.
Alternately, you can remove first label using labelFormatter as shown in this jsfiddle.
— Vishwas R Team CanvasJS
You must be logged in to reply to this topic. Login/Register