Hi,
I have just started to learn using the Charts component but I did run in some errors I cannot sort out.
Probably because I'm beginner in the topic.
1/ I have started with the example on https://blazor.syncfusion.com/demos/chart/selection?theme=bootstrap4
I noticed that this example is only working on wide screens when the properties menu is on the right side of the chart. When the display window is reduced so that the properties menu is displayed below the chart it is not possible to select or highlight series. Is that normal? I checked in Firefox and Chrome with the same outcome.
2/ I copied the example in a razor page in a test project in VS Community. There I have the following errors:
What is missing in the project to get rid of these errors?
Thank you
|
@using Syncfusion.Blazor
@using Syncfusion.Blazor.Charts
@using Syncfusion.Blazor.Buttons
@using Syncfusion.Blazor.DropDowns
@using Syncfusion.Blazor.Inputs
<SfChart>
….
……
…….
</SfChart> |
|
<div class="col-lg-8 control-section sb-property-border">
<SfChart></SfChart>
</div>
<div class="col-lg-4 property-section">
//….
</div> |
Dear Durga,
I have made some tests and noticed the issue is still there.
First, thank you for looking into this issue.
I have loaded your sample in visual studio 2022 preview.
There was the file ChartWASMApp.csproj missing in your sample project. So I have added it with content as shown in the attachment.
Unfortunately the issue remains.
Then I have upgraded to Visual Studio 2022 Version 17.2.0 Preview 1.0, but the issue remains.
I have attached a small video demonstrating the issue
The Browser I'm using is Chrome and my OS is Windows 10.
Please let me know if you need other information
Hi Bertrand,
We suggest you to use HTML elements for checkbox, dropdown and other components used in property panel. We have attached modified sample for your reference. Please ensure with this and update us the details if you are still facing problem.
Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Selection2125118473.zip
Note : Kindly ensure whether selection mode is enable for chart to perform selection.
Kindly revert us if you have any concerns.
Regards,
Durga G
Hi Durga,
Unfortunately the issue is still there.
I don't know if you are aware that I experience a similiar situation on your web site at
https://blazor.syncfusion.com/demos/chart/selection?theme=bootstrap4
You will find attached a video to show you the behavior in case it may be helpfull.
Best regards
Bertrand
Hi Bertrand,
Thanks for being patience. We have resolved the reported problem and refreshed the changes in live site. Please check with the below online demo link.
https://blazor.syncfusion.com/demos/chart/selection?theme=fluent
Kindly revert us if you have any concerns.
Regards,
Durga Gopalakrishnan.