Dynamic Axis Value Type with dynamic chart series

Hi Support,

I'm attempting to add a combobox to allow me to toggle my Y axis between Log and Linear format.  When I have a fixed set of series that is coded directly into the chart, this works fine as indicated in my first example below.  However when I dynamically generate the ChartSeriesCollection and render it with a @foreach loop, I lose the primary Y axis and first data series.  

This one works:
https://blazorplayground.syncfusion.com/LZVTtfsjQoTPjXIp

This one fails:
https://blazorplayground.syncfusion.com/BjhTZpsDGygFWsLW


Any workaround someone has identified would be helpful.


Thanks,
Joe



10 Replies

GV Gopalakrishnan Veeraraghavan Syncfusion Team April 11, 2024 01:19 PM UTC

Hi Joseph,


We have considered your reported issue as a bug and have logged a defect report for it. This fix will be available in our patch release, which is scheduled to be rolled out on April 23rd , 2024. We appreciate your patience until then. You can keep track of the bug using the feedback link below.


Feedback Link: https://www.syncfusion.com/feedback/52751/when-dynamically-updating-the-column-chart-series-and-axis-value-type-the-series


If you have any more specification/precise replication procedure or a scenario to be tested, you can add it as a comment in the portal.


Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”



Regards,

Gopalakrishnan Veeraraghavan



GV Gopalakrishnan Veeraraghavan Syncfusion Team April 23, 2024 01:07 PM UTC

Hi Joseph,


Sorry for the inconvenience.

Unfortunately, we were unable to provide the issue fix this week. Instead, we will include the fix in the next week's patch release scheduled for April 30th, 2024. We appreciate your patience until then.

Regards,

Gopalakrishnan



DG Durga Gopalakrishnan Syncfusion Team April 30, 2024 03:31 PM UTC

Joseph,


Thanks for being patience. We have resolved the reported issue and generated custom NuGet with fixed changes. We request you to ensure your application by installing this custom NuGet and update us the details.


Custom NuGet : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Syncfusion.Blazor.25.1.4368801428.zip


Steps to add NuGet : https://www.syncfusion.com/downloads/support/directtrac/general/doc/Steps_to_add_the_custom_nuget_package-47391051.docx


This fix will be included in our next weekly patch release which is scheduled to be rolled out on 7th May 2024. We appreciate your patience until then.



JM Joseph Murray April 30, 2024 03:55 PM UTC

Hi Support,

I cannot install that package to test it unfortunately.  I followed the instructions in the Word doc and I receive the following errors from nuget when I try to add it to an empty Blazor Web App:

```

Severity Code Description Project File Line Suppression State

Error NU1102 Unable to find package Syncfusion.PdfExport.Net.Core with version (>= 25.1.43)

  - Found 190 version(s) in nuget.org [ Nearest version: 25.1.42 ]

  - Found 0 version(s) in Microsoft Visual Studio Offline Packages

  - Found 0 version(s) in LocalTest

  - Found 0 version(s) in Github BlazorApp1 D:\dev\proto\BlazorSpreadsheet\BlazorApp1\BlazorApp1.csproj 1

Error NU1102 Unable to find package Syncfusion.Licensing with version (>= 25.1.43)

  - Found 272 version(s) in nuget.org [ Nearest version: 25.1.42 ]

  - Found 0 version(s) in Microsoft Visual Studio Offline Packages

  - Found 0 version(s) in LocalTest

  - Found 0 version(s) in Github BlazorApp1 D:\dev\proto\BlazorSpreadsheet\BlazorApp1\BlazorApp1.csproj 1

Error NU1102 Unable to find package Syncfusion.ExcelExport.Net.Core with version (>= 25.1.43)

  - Found 190 version(s) in nuget.org [ Nearest version: 25.1.42 ]

  - Found 0 version(s) in Microsoft Visual Studio Offline Packages

  - Found 0 version(s) in LocalTest

  - Found 0 version(s) in Github BlazorApp1 D:\dev\proto\BlazorSpreadsheet\BlazorApp1\BlazorApp1.csproj 1


```


I'm happy to test it when it is released next week.

Thanks,

Joe



IG Ilamathi Govindaraj Syncfusion Team May 1, 2024 03:25 PM UTC

Hi Joseph,


Please install the custom NuGet Package by following the steps demonstrated in the attached video.


Custom NuGet : 

https://www.syncfusion.com/downloads/support/directtrac/general/ze/Syncfusion.Blazor.25.1.4368801428.zip


Kindly revert us if you have any concerns.


Regards,

Ilamathi Govindaraj.


Attachment: Nuget_Instaling_Video_55da6ae5.zip


JM Joseph Murray May 1, 2024 07:19 PM UTC

Hi Support.  Thanks for the video but I guess I wasn't clear on where I got stuck.  I extracted the file into a local folder and added the package source to VS 2022.  When I attempt to install the nuget package I receive the errors I pasted above.  I've also attached a short video of me trying to install it.


Attachment: Syncfusion_Blazor_Package_Install_error_eeab2a31.zip


DG Durga Gopalakrishnan Syncfusion Team May 2, 2024 01:20 PM UTC

Joseph,


We request you to ensure the below steps before installing the custom NuGet.


  • Please confirm us whether you are using individual or common NuGet. We have generated common NuGet, so we recommend you to install this NuGet and add the required script reference in sample as like below snippet.


<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 remove the previous Syncfusion.Blazor NuGet package which you have installed in your project.


  • Delete the bin and obj folders from your project.


  • Clear the NuGet cache.


  • In Manage NuGet package window, in settings box if you have any other NuGet package except the below packages, then delete those packages.


Image_5928_1714656003161


Please let us know if you are facing any other problems while installing the custom NuGet after ensuring the above steps. Kindly revert us if you have any other concerns.



JM Joseph Murray May 2, 2024 02:00 PM UTC

Hi Support.  


I've attached a more detailed video.


I created a brand new Blazor Web App project.  I added the nuget package to a local folder.  I then created a local nuget source and unselected all my other nuget package sources.  I attempt to add the local Syncfusion Blazor nuget package to the project.  The Nuget package manager tells me that it's missing references to three different Syncfusion packages (besides the required Microsoft package it can't find)  that I noted above:

NU1101: Unable to find package Microsoft.AspNetCore.Components.Web. No packages exist with this id in source(s): LocalTest

NU1101: Unable to find package Syncfusion.ExcelExport.Net.Core. No packages exist with this id in source(s): LocalTest

NU1101: Unable to find package Syncfusion.Licensing. No packages exist with this id in source(s): LocalTest

NU1101: Unable to find package Syncfusion.PdfExport.Net.Core. No packages exist with this id in source(s): LocalTest


So either the nupkg file is incomplete or I'm missing something completely.

Also the script references you provided are incorrect.  The first one has two ref tags in it and the first ref tag has single quotes in it.  But the thing is these tags have no bearing on the nuget package manager's ability to install.  If these were missing it would affect me at runtime.  

I'm using .NET 8 for this test project.  Should I use a different version?

Either way I don't have time to regression test this component.  If you guys say it's working and it's available in the next release, I'm happy to wait for it.  


Thanks,

Joe


Attachment: Syncfusion_Blazor_Package_Install_error_edf63581.zip


DG Durga Gopalakrishnan Syncfusion Team May 3, 2024 07:26 AM UTC

Joseph,


We apologize for the inconvenience caused. We will address the NuGet package installation issue in our upcoming Volume 1 SP Release, which is expected to be rolled out next week. We appreciate your patience until then. You can ensure resolution by upgrading the Syncfusion.Blazor NuGet package to the latest released version.


Please let us know if you have any concerns.



DG Durga Gopalakrishnan Syncfusion Team May 9, 2024 02:43 PM UTC

Hi Joseph,


We are glad to announce that our Essential Studio 2024 Volume 1 SP release v25.2.3 is rolled out; we have fixed the reported issue and is available for download under the following link.


https://www.syncfusion.com/forums/188185/essential-studio-2024-volume-1-service-pack-release-v25-2-3-is-available-for-download


Sample : https://blazorplayground.syncfusion.com/hthpNetOeBuiKavC


Feedback Link : https://www.syncfusion.com/feedback/52751/when-dynamically-updating-the-column-chart-series-and-axis-value-type-the-series


We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.


Regards,

Durga Gopalakrishnan.


Loader.
Up arrow icon