Hide pie chart labels to fix overlap
This commit is contained in:
@@ -154,6 +154,8 @@ public class AnalyticsController {
|
||||
);
|
||||
chartPaymentMethods.getData().add(slice);
|
||||
}
|
||||
|
||||
chartPaymentMethods.setLabelsVisible(false);
|
||||
}
|
||||
|
||||
private void loadEmployeePerformance() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user