MAUI Blazor hybrid charts dont show any lines.

Hello, 

I've tried using the code from the  Blazor Line Chart Example that you have on the website in a MAUI Blazor project and the chart shows up but not the lines.  Is this just an issue with MAUI?


3 Replies 1 reply marked as answer

DG Durga Gopalakrishnan Syncfusion Team June 30, 2023 04:22 PM UTC

Hi Kyle,


Greetings from Syncfusion.


We have ensured your reported scenario. Usually, the reported problem occurs when script is not referred. We suggest you to refer the Syncfusion-blazor.min.js script in your application to overcome the reported problem.


<head>

<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap5.css" rel="stylesheet" />

<script src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>

</head>


Please check with the documentation links to know more about script references and getting started of MAUI.


https://blazor.syncfusion.com/documentation/common/adding-script-references

https://blazor.syncfusion.com/documentation/getting-started/maui-blazor-app


Please let know if you know if you have any other concerns.


Regards,

Durga Gopalakrishnan.


Marked as answer

KF Kyle Fuller July 1, 2023 02:14 AM UTC

Yep, i had these which i saw in another post on here but they weren't working, the ones you gave me fixed the issue


   <link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />

    <script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>



JS Jayashree Suresh Anand Syncfusion Team July 3, 2023 06:05 AM UTC

Hi Kyle Fuller,

We are glad that the issue was resolved on your end. Please get back to us if you need any further assistance; we will be happy to help you.

Regards,

Jayashree 


Loader.
Up arrow icon