-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Description
Hey guys.
I'm trying to achieve this design

I want to center the bar charts to avoid that empty blank space... something I'd do with CSS display flex with like "justify-content: space-between".
Do you guys know how can I achieve this? Below is my options object. I'm using Angular's Chartjs.
{ scaleShowVerticalLines: false, showDatapoints: true, tooltips: { enabled: false }, scales: { xAxes: [{ display: false }], yAxes: [{ ticks: { suggestedMin: 0, stepSize: stepSize, maxTicksLimit: 7, padding: 15 } }] } }
Metadata
Metadata
Assignees
Labels
No labels
