apexcharts / Blazor-ApexCharts

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

Series state refreshes on UpdateSeriesAsync #469

Closed RagnarSmari closed 1 month ago

RagnarSmari commented 1 month ago

When I hide a series from a chart and then call UpdateSeriesAsync() the series that was hidden now shows. Is there some way to maintain the hidden state after updating series?

I have chart with a couple series and user can hide/show them but I still want to update the data of the hidden series in the background. Just a problem for the users that when a series is updated, all the hidden series are now showing.

joadan commented 1 month ago

Hi,

I'm sorry I don't think it is possible in apexcharts.js