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

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

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

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -