Skip to content

Commit 259f273

Browse files
committed
Color by dataset chart goes clockwise. Fixes #322
1 parent d2e18f4 commit 259f273

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/view/control/ControlPanelMediator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ public CyCustomGraphics2<?> createChart(EMStyleOptions options) {
308308
props.put("cy_dataColumns", columns);
309309
props.put("cy_colors", colors);
310310
props.put("cy_showItemLabels", chartOptions.isShowLabels());
311+
props.put("cy_rotation", "CLOCKWISE");
311312

312313
} else {
313314
List<CyColumnIdentifier> columns = ChartUtil.getSortedColumnIdentifiers(options.getAttributePrefix(),

0 commit comments

Comments
 (0)