Hide pie chart labels to fix overlap

This commit is contained in:
2026-03-02 13:07:19 -07:00
parent 36a516f878
commit 22957e1179
2 changed files with 3 additions and 0 deletions

View File

@@ -154,6 +154,8 @@ public class AnalyticsController {
);
chartPaymentMethods.getData().add(slice);
}
chartPaymentMethods.setLabelsVisible(false);
}
private void loadEmployeePerformance() throws Exception {