Skip to content
Snippets Groups Projects
Unverified Commit 97153e7f authored by Mike Greiling's avatar Mike Greiling
Browse files

fix formatting

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