Home Forums Chart Support Removing the Scale from Bar/Column/Line charts Reply To: Removing the Scale from Bar/Column/Line charts

#4781

Hi,

You can hide axisX/axisY as below

axisY:{
lineThickness:0,
tickThickness:0,
valueFormatString:" ",//space
},
axisX:{
lineThickness:0,
tickThickness:0,
valueFormatString:" ",//space
}