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

Determine when the chart has finished loading

danielchalmers opened this issue · comments

Looking to be able to show a loading indicator while the actual javascript chart is loading. This is especially important in the context of #360.

Video4.mp4

You can see a blank page for a bit.


Suggestion: OnLoaded event or a property that can be used to switch states and show the chart once it's ready.

Hi,

Have you checked the events samples, https://apexcharts.github.io/Blazor-ApexCharts/events/chart-setup

Wow, can't believe I missed that. Thank you so much!

@joadan it does seem like there's some main thread blocking on phones

Screen_Recording_20240312_190340.mp4

compared to desktop

Video4.mp4

have you seen this anywhere before?