mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Adding an option to have better view of the curves
This commit is contained in:
parent
088574a048
commit
c3948867ad
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue