Search found 2 matches
- Thu Feb 02, 2023 8:24 am
- Forum: JavaScript / HTML5
- Topic: Chart disappear on Blazor Server Side
- Replies: 3
- Views: 27797
Re: Chart disappear on Blazor Server Side
Following my previous post, attached is a sample blazor server project on .net core 7 doing exactly what I had described.
- Wed Feb 01, 2023 5:33 pm
- Forum: JavaScript / HTML5
- Topic: Chart disappear on Blazor Server Side
- Replies: 3
- Views: 27797
Chart disappear on Blazor Server Side
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-Pro-Samples/tree/main/Blazor/NET%205/TeeChartWithBlazorNET5 Unfortunately the chart disappear from canvas. If I press F5 to reload the page the chart appeared...