#2 -- fix code
This commit is contained in:
parent
ac0db90d8b
commit
5567f4d857
@ -24,7 +24,7 @@ import java.time.format.DateTimeFormatter;
|
||||
public class IndexView implements Serializable {
|
||||
private final static Logger LOG = LoggerFactory.getLogger(IndexView.class);
|
||||
private LineChartModel model;
|
||||
private String timeSeriesString = "1,2,3";
|
||||
private String timeSeriesString = "1,2,3,4";
|
||||
|
||||
@Autowired
|
||||
private TimeSeriesService timeSeriesService;
|
||||
|
Loading…
Reference in New Issue
Block a user