Chartjs-How to display a progress over time in one horizontally stacked bar with chartjs

0👍

Change yAxes to yAxes: [{ display: false, stacked: true }] and it will work

Example: https://stackblitz.com/edit/ng2-charts-bar-template-nmyvzi?file=src%2Fapp%2Fapp.component.ts

Leave a comment