Added points in lineChart

pull/18/head
Sami Mokaddem 2017-10-24 12:21:50 +02:00
parent 6abc6fe9e4
commit ddb5dbc773
1 changed files with 2 additions and 0 deletions

View File

@ -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