Hello,
I have a bar graph I’ve been working on which has some data. However there are some visual oddities I’ve been trying to solve such as two columns colliding with each other. I have a stackblitz example here: https://stackblitz.com/edit/github-fjuwck?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html
I also noticed that when dates are set for the x-axis, the dates don’t line up with each bar. I did set the type of graph to a ‘line’ but I prefer the bar graph to better showcase the counts.
thanks