fixed option for jsonarray provider
This commit is contained in:
parent
0668ff2a67
commit
803f00117c
@ -74,7 +74,7 @@
|
||||
o.times.push(row.data[HEADER_SIZE + s]);
|
||||
o.values.push(row.data[HEADER_SIZE + o.valuesCount + s]);
|
||||
}
|
||||
if(self.options.cummulative) {
|
||||
if(self.options.cumulative) {
|
||||
for (var s = 1; s < o.valuesCount; ++s) {
|
||||
o.values[s] += o.values[s - 1];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user