Combined Chart with 2 Y-Axis

Hi, would it be possible or any workaround can be done on webix chart to present this kind of chart?

I do understand we able to combine different types of chart in a component: Code Snippet

But, the Y-Axis may different for different meaning of bar chart and line chart.

Thanks.

Hey @laicp, this is impossible to do with the standart webix chart. However, if you may find it acceptable, you can use one of the supported third-party chart library integrations. Please note that you will need to get the extra components from out GitHub, since they are not included in the core library, you can get them here: https://github.com/webix-hub/components.

Here is an example of how you could display double yAxis with the help of a Highcharts library:
https://snippet.webix.com/9styfpy6.

Hi @Dzmitry ,

Thanks for reply. I would try it out.