Skip to content
Snippets Groups Projects
Commit 8b94d089 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

better legend placement (CONTROLGUI-390)

parent 76ca5c23
Branches
Tags
No related merge requests found
......@@ -85,6 +85,7 @@ public class CometeTrendController {
public ChartProperties generateChartProperties() {
ChartProperties chartProperties = new ChartProperties();
chartProperties.setLegendsPlacement(IChartViewer.LABEL_ROW);
chartProperties.setAutoHighlightOnLegend(true);
chartProperties.setLegendVisible(true);
chartProperties.setDisplayDuration(getHistoryDepth(Double.NaN));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment