Currently, I have a bar chart with 2 results comparing side to side using chart.js on Rails 5. As shown in the first picture.
It indicates the current score on left bar and full score on right bar.
But I got the request that the bar charts have to combine and showing the legends for current score and full score.
Been searching around but it just found stacked bar chart only. Is it possible to combine 2 bars together?

