is it possible to hide the Y-Axis for a graph that has been disabled via the legend? Right now it looks pretty messy, as disabled-graph-Y-Axis are just reset to the default range. Picture of the chart Thanks guys! Answer Where you make your axes, instead of setting display: true set it to display: ‘auto’ this will make it so that
Tag: legend
remove strikethrough behavior in chart.js bar chart
i am trying to change the look of the legends by removing the strikethrough effect , wihtout using legendCallback function in chart.js. The reason why i do not want to use the legendCallback function because i have my own custmizations in chart.options.legend.onClick. hence if i use legendCallback i won’t be able to use the chart.options.legend.onClick. after carefully looking at the