Adding an option to have better view of the curves

This commit is contained in:
Starow 2014-08-12 14:51:03 +02:00
parent 088574a048
commit c3948867ad

View file

@ -157,7 +157,7 @@ $(document).ready(function () {
legend: "always", legend: "always",
connectSeparatedPoints: true, connectSeparatedPoints: true,
fillGraph: true, fillGraph: true,
//stepPlot: true, stackedGraph: true,
includeZero: true, includeZero: true,
}); });