You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option 2 can't be done because the component is a <canvas> element so we can't put html in there. So we either document this better or change the component into a div with a canvas in it.
When using the legend=true option, the ability of the legend to display is dependent upon the parent element of the chart.
When the parent was the html body, the legend didn't show up. When I specifically wrapped the chart in a div, it showed up.
There are two ways I see of fixing this
Thanks for writing a great addon, and I hope this helps make it even better!
The text was updated successfully, but these errors were encountered: