❔ Making charts in .net core mvc
I want to create a linechart showing daily income and expense transactions. I have created in my BLL layer a DailySummaryDto which holds the info that i want to show
I have also implemented a method do receive these properties
How do i display a line chart in view showing daily income and expense for the past week?
Which package to install to use charts?
3 Replies
You're probably looking to use
charts.js
or some other package like that
Send the chart data as properly-formatted JSON, and use that to create the chart with JSOr you can use components from companies such as Syncfusion, DevExpress, or open source solutions. Syncfusion provides components for free to open-source projects
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.