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!>
Thanks for joining our community and helping improve Syncfusion products!
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"

This is rendered output with culture "en-US"

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"
