0
dhaoo created
I want to use charts with MVC/Razor. Does the abp framework support it? I see that angular integrates with apexcharts
1 Answer(s)
-
0
Hi, ABP doesn't provide a built-in charting component for Razor pages like it does for Angular (e.g., with ApexCharts), but you're free to integrate any JavaScript charting library into your Razor views.
For example, we are using chart.js in our SaaS Module and you can use our own NPM package (
@abp/chart.js
) and then use the related chart component by following the chart.js's documentation and guides: https://www.chartjs.org/