Chart disappear on Blazor Server Side
Posted: Wed Feb 01, 2023 5:33 pm
Hi,
I am using the following example from GitHub to load a chart on my server side blazor .net core 6.
https://github.com/Steema/TeeChart-NET- ... BlazorNET5
Unfortunately the chart disappear from canvas. If I press F5 to reload the page the chart appeared and disappear on a second.
Also I have another problem if you help me to resolve that issue. I need the Chart to load on button click and not on page load.
I would like to mention also that the blazor server render mode is server-pre-rendered because I am using rad zen controls and need that mode to work.
I will appreciate any help.
I am using the following example from GitHub to load a chart on my server side blazor .net core 6.
https://github.com/Steema/TeeChart-NET- ... BlazorNET5
Unfortunately the chart disappear from canvas. If I press F5 to reload the page the chart appeared and disappear on a second.
Also I have another problem if you help me to resolve that issue. I need the Chart to load on button click and not on page load.
I would like to mention also that the blazor server render mode is server-pre-rendered because I am using rad zen controls and need that mode to work.
I will appreciate any help.