swimlane ngx line chart second y axis in angular

1.8k Views Asked by At

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.

1

There are 1 best solutions below

1
On BEST ANSWER

Try removing showGridLines = true; from app.component.ts or set like this showGridLines = false;