I have a stackblitz here - https://stackblitz.com/edit/d3-stacked-trend-bar-positioned-months-pmsptg?embed=1&file=src/app/bar-chart.ts&hideNavigation=1
Its a stacked bar chart with a dual axis and a line chart in top.
I can't work out why but the right axis that is the line data has stopped working and only shows value from 0-1
I've been looking at this for hours and the code looks exactly like other examples of line chart I've done like - https://stackblitz.com/edit/simple-line-chart-tbjdiw?embed=1&file=src/app/app.component.ts&hideNavigation=1
Can anyone see what I've done to break this.