Hello,
I'm going to use syncfusion community controls in an asp.net core 6 project.
When I read the Chart control getting started page, it mentioned to install the "Syncfusion.EJ2.JavaScript" package, while the introduction page for the toolking itself for asp.net core, said to install "Syncfusion.EJ2.AspNet.Core"
so which nuget package do I actually need to install and why?
All the work will be done in the views.
I'm not going to do any serverside handeling with syncfusion, Unless I need to,
It'll be mostly jquery and javascript.
Thanks a lot!