https://stackblitz.com/edit/d3-grouped-bar-chart-11-r2jkny?file=src%2Fapp%2Fchart.ts
Trying to implement grouped bar chart with line chart. attached the code , but not able to render the line chart. It fails with error : ERROR TypeError: Cannot read properties of undefined (reading 'x0')
Added line graph above, but it is unable to read x2 scale everytime.