Skip to content

Commit

Permalink
Code cleanup: Removed unsued variable
Browse files Browse the repository at this point in the history
Signed-off-by: Ephraim Muhia <emuhia@ona.io>
  • Loading branch information
Ephraim Muhia committed Jan 5, 2018
1 parent 5d07a2e commit b68531f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ private void refreshMonitoring() {
LineChartData data = new LineChartData();
data.setLines(lines);

List<AxisValue> topAxis = new ArrayList<>();

data.setAxisXBottom(new Axis(bottomAxisValues).setMaxLabelChars(3).setHasLines(false).setHasTiltedLabels(false).setFormatter(new MonthValueFormatter()));
data.setAxisYLeft(new Axis().setHasLines(true).setHasTiltedLabels(false).setAutoGenerated(true));
data.setAxisXTop(new Axis(topAxisValues).setHasLines(true).setHasTiltedLabels(false));
Expand Down

0 comments on commit b68531f

Please sign in to comment.