router.html: Three columns for legend in neighbor plot

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2018-04-13 13:28:47 +02:00
parent b6b1b801fe
commit eeac779589
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ function neighbour_graph(neigh_label) {
xaxis: {mode: "time", timezone: "browser"},
selection: {mode: "x"},
yaxis: {min: 0, autoscaleMargin: 0.5},
legend: {noColumns: 2, hideable: true},
legend: {noColumns: 3, hideable: true},
series: {downsample: {threshold: Math.floor(meshstat.width() * points_per_px)}}
});
setup_plot_zoom(plot, pdata, len);