In extjs charts, how do you hide the axis and axis labels? -


I am using the extjs chart to display some data. In this data, axis and axis labels are irrelevant - only data tendency is important. So I want to close the letters. How do i do this

You want to set extra style x / yAxis .

  ..., additional style: {xAxis: {showLabels: false}, yAxis: {showLabels: false}}, ...  

< / P>


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -