Chartjs-Need Clarity on Chartjs – Asp.NetMVC or Vue-ChartJS -Asp.Net MVC

0👍

Your question is very open but I’ll try giving you the concept:

I’ve not worked with ASP.NET MVC but I assume it could work like any other backend framework and Vue is your frontend.

You can move data back and forth from your backend(ASP.net which interfaces with your database) using a simple api which vue can utilize/consume.

  1. Try setting up your ASP.NET with Vue first. You can see this or any other example from online.

  2. Add chartjs to your vue frontend consuming the data from your backend.

Leave a comment