feat: batch feedback

This commit is contained in:
Jannat Patel
2025-01-08 11:22:07 +05:30
parent c597f96375
commit e45b33a809
10 changed files with 198 additions and 8 deletions

View File

@@ -391,7 +391,7 @@ const getChartOptions = (categories) => {
},
rotate: 0,
formatter: function (value) {
return value.length > 20 ? `${value.substring(0, 20)}...` : value // Trim long labels
return value.length > 20 ? `${value.substring(0, 20)}...` : value
},
},
},