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
However this shows the chart but without the bar overlay, I believe it may have something to do with the fact the above is extending Chart.Line and not Chart.Bar.
How can I get multiple charts to work correctly?
Environment
OS: Windows 10
NPM Version: 3.10.8
The text was updated successfully, but these errors were encountered:
Expected Behaviour
In the chart js documentation http://www.chartjs.org/docs/#chart-configuration-mixed-chart-types there is a section regarding created mixed charts, for example a line chart with bar overlay.
I tried doing the following:
Actual Behaviour
However this shows the chart but without the bar overlay, I believe it may have something to do with the fact the above is extending Chart.Line and not Chart.Bar.
How can I get multiple charts to work correctly?
Environment
The text was updated successfully, but these errors were encountered: