apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
803 stars 92 forks source link

how to multi-axis? #474

Open HarvieKrumpet opened 3 months ago

HarvieKrumpet commented 3 months ago

I find your chart system the cleanest way to run advanced charts in blazor. including having pan and zoom. but I havent been able to combine a bar and line chart such that they both have independent y axis scales. I know its in the native charting api. but I am not understanding how to do this purely from the blazor client side. I do run code-behind with a reference to it if that helps. For instance barchart being volume of a stock and line being the price

I also want to additionally add markers that are scaled with the line chart but independent of the y ticks. for instance, the markers would indicate past buy/sell orders.

joadan commented 2 months ago

Hi,

Have you checked samples at https://apexcharts.github.io/Blazor-ApexCharts/features/axis