Hide units in Line Chart.

0
I am using the Line chart widget and for the design x axis units need to be hidden. I can’t find a way to this.
asked
1 answers
0

Add the below  in the advanced tab inside the widget , change basic option

xaxis: {

    ticks: '',

    showticklabels: false

  }

Thanks,

Sufian.

answered