Chartjs 2 - Stacked bar and unstacked line on same chart with same y axis
问题 I've started using the latest beta of v2 of chart.js since I need to draw a chart that contains both a stacked bar chart and an unstacked line chart on the same chart. Here's an example of what I need: In this chart the lines are not stacked and are all showing their natural values but the bar chart is stacked and shows the combined total of the values (including some negative values). I've managed to get the two charts drawn together but so far I've only succeeded in either having both