apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js

Home Page:https://apexcharts.github.io/Blazor-ApexCharts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Series state refreshes on UpdateSeriesAsync

RagnarSmari opened this issue · comments

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.

Hi,

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