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 },
|
||||
xaxis: { min: 0, max: maxNumPoint },
|
||||
ticks: maxNumPoint+1,
|
||||
points: { show: true },
|
||||
lines: { show: true, fill: true },
|
||||
grid: {
|
||||
tickColor: "#dddddd",
|
||||
borderWidth: 0
|
||||
|
|
Loading…
Reference in New Issue