Commit 97153e7f authored by Mike Greiling's avatar Mike Greiling

fix formatting

parent 8921af39
...@@ -141,10 +141,12 @@ ...@@ -141,10 +141,12 @@
}, },
renderAxesPaths() { renderAxesPaths() {
this.timeSeries = createTimeSeries(this.graphData.queries[0], this.timeSeries = createTimeSeries(
this.graphWidth, this.graphData.queries[0],
this.graphHeight, this.graphWidth,
this.graphHeightOffset); this.graphHeight,
this.graphHeightOffset
);
if (this.timeSeries.length > 3) { if (this.timeSeries.length > 3) {
this.baseGraphHeight = this.baseGraphHeight += (this.timeSeries.length - 3) * 20; this.baseGraphHeight = this.baseGraphHeight += (this.timeSeries.length - 3) * 20;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment