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

Commit 2022f6b

Browse files
committed
SORMAS-Foundation#3349: added ability to switch from column to bar chart, applied review changes
1 parent dd4a5d8 commit 2022f6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package de.symeda.sormas.api.campaign.diagram;
22

33
public enum DiagramType {
4-
COLUMN
4+
COLUMN,
5+
BAR
56
}

0 commit comments

Comments
 (0)