[UPDT] PMS: PMS feedback chart type change

This commit is contained in:
Horilla
2023-10-13 16:29:16 +05:30
parent eb329c07ce
commit 36cd0c69e0

View File

@@ -145,7 +145,7 @@ var feedbackStatusData = {
// chart constructor
if (feedbackStatusChartCtx != null) {
var feedbackStatusChart = new Chart(feedbackStatusChartCtx, {
type: "line",
type: "pie",
data: feedbackStatusData,
});
}