I'm trying to create an line chart in my angular project, where i have two y axis. Since I am not very skilled in this area I have tinkered an example, by manipulating the comboBarScheme domain:
https://stackblitz.com/edit/ngx-charts-combo-chart-knzxbc?file=src%2Fapp%2Fapp.component.ts
Is there a way to hide the bars without causing an error? Or is there a similar simple solution to have two y axes in one line chart?
I think my ducktape solution is extremely short-sighted.
Try removing showGridLines = true;
from app.component.ts or set like this showGridLines = false;