chart.js - how to add ticks to all radar axis in Chartjs -


i creating chartjs radar chart. there want add ticks each axis. default ticks add ticks y axis.

here

ticks: {                 beginatzero: true,                 max: 100,                 backdropcolor: "rgba(0, 0, 0, 1)",                 maxtickslimit: 5,                 fontsize: 0,                 backdroppaddingx: 100,                 backdroppaddingy:1             }    

how can change make happen.


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -