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

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -