Add legends right under the line graphs.
This commit is contained in:
parent
215627d408
commit
341f64a448
@ -50,6 +50,7 @@ function drawLineChart(seriesTitles, data, elementId, unit) {
|
||||
opts = {};
|
||||
}
|
||||
opts.vAxis = {title: unit};
|
||||
opts.legend = {position: 'bottom'};
|
||||
ac.draw(dataTable, window.chartOptions);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user