Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit fe47731

Browse files
Merge branch 'development' of https://github.com/hzi-braunschweig/SORMAS-Project into 3110-Incorrect_behavior_on_Person_forms_related_to_Facility_fields
2 parents 49057de + 7835a38 commit fe47731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sormas-ui/src/main/java/de/symeda/sormas/ui/dashboard/campaigns/CampaignDashboardDiagramComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void buildDiagramChart(String title) {
138138
}
139139
if (stackMap.size() > 1) {
140140
hcjs.append(
141-
", stackLabels: {enabled: true,verticalAlign: 'bottom',crop: false, rotation: 45, x:20,y: 20, overflow: 'none',y: 20,formatter: function() { return this.stack;},style: { color: 'grey'}}");
141+
", stackLabels: {enabled: true,verticalAlign: 'bottom', allowOverlap: true, crop: false, rotation: 45, x:20,y: 20, overflow: 'none',y: 20,formatter: function() { return this.stack;},style: { color: 'grey'}}");
142142
}
143143
hcjs.append("},");
144144
//@formatter:on

0 commit comments

Comments
 (0)