Page 1 of 1

Chart disappear on Blazor Server Side

Posted: Wed Feb 01, 2023 5:33 pm
by 30095032
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.

Re: Chart disappear on Blazor Server Side

Posted: Thu Feb 02, 2023 8:24 am
by 30095032
Following my previous post, attached is a sample blazor server project on .net core 7 doing exactly what I had described.

Re: Chart disappear on Blazor Server Side

Posted: Thu Feb 02, 2023 12:20 pm
by yeray
Hello,

I see our demo works with NET 5 and reproduces the disappearing chart from NET 6.
We'll try to make a Blazor server demo in NET 6 or NET 7 as soon as possible.
At this point I'm not sure if it will require any modification in our library or just in the example.

Re: Chart disappear on Blazor Server Side

Posted: Fri Feb 03, 2023 10:13 am
by yeray
Hello,

Find here the Blazor server demo working in NET6.