Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I have problems with the SfAccumulationChart when running in culture "sv-SE". It renders a width attribute for the <svg> tag that is incorrectly formated. When running in "sv-SE" the width uses "," as decimal point and that throws a error in the browser console window. When running with "en-US" as culture it renders the width correct with "." as decimal point.


This is rendered output with culture "sv-SE"

Incorrect.png


This is rendered output with culture "en-US"

Correct.png

As you can see the width of the SVG tag is not correct with the culture "sv-SE"


This is the errors I get in the browser console window when running with "sv-SE"

Errors.png


I have attached a smaple project that shows the problem. In the sample project and the "program.cs" you can change the culture from "sv-SE" to "en-US" to se that the problem is related to the culture.