mirror of https://github.com/MISP/misp-dashboard
Added points in lineChart
parent
6abc6fe9e4
commit
ddb5dbc773
|
@ -16,6 +16,8 @@ var optionsLineChart = {
|
||||||
yaxis: { min: 0, max: 20 },
|
yaxis: { min: 0, max: 20 },
|
||||||
xaxis: { min: 0, max: maxNumPoint },
|
xaxis: { min: 0, max: maxNumPoint },
|
||||||
ticks: maxNumPoint+1,
|
ticks: maxNumPoint+1,
|
||||||
|
points: { show: true },
|
||||||
|
lines: { show: true, fill: true },
|
||||||
grid: {
|
grid: {
|
||||||
tickColor: "#dddddd",
|
tickColor: "#dddddd",
|
||||||
borderWidth: 0
|
borderWidth: 0
|
||||||
|
|
Loading…
Reference in New Issue