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
{{ message }}
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
I might be making a mistake, in which case sorry for the non-issue, but it currently doesn’t seem possible to use Chart.Bands on a page which contains both a bar and a line graph – the isSupported flag is set ‘globally’ rather than on a per-chart basis.
I’ve worked around this locally by removing the isSupported check, and instead checking for a per-instance bands config option, and only trying to apply the plugin if this param is present.
I’m happy to submit this as a PR, and update the README to match, would you like this, or am I missing something important?