#3 -- fix legend position
This commit is contained in:
parent
4a78171fe5
commit
b6b788ee8d
@ -75,7 +75,7 @@ public class IndexView implements Serializable {
|
||||
model = initLinearModel();
|
||||
model.setTitle("Сглаживание временного ряда");
|
||||
model.setLegendPosition("d");
|
||||
model.setLegendPlacement(LegendPlacement.OUTSIDE);
|
||||
model.setLegendPlacement(LegendPlacement.OUTSIDEGRID);
|
||||
DateAxis xAxis = new DateAxis("Time");
|
||||
xAxis.setTickFormat("%#d %b %Y");
|
||||
model.getAxes().put(AxisType.X, xAxis);
|
||||
|
Loading…
Reference in New Issue
Block a user