mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Linting fix
This commit is contained in:
@@ -15,8 +15,7 @@ angular.module('app').directive('areaChart', ['$window', function ($window) {
|
|||||||
labels = config.labels,
|
labels = config.labels,
|
||||||
margin = {top: 15, right: 15, bottom: 35, left: 50},
|
margin = {top: 15, right: 15, bottom: 35, left: 50},
|
||||||
fmt = d3.format('.3r'),
|
fmt = d3.format('.3r'),
|
||||||
fmtLong = d3.format('.2f'),
|
fmtLong = d3.format('.2f');
|
||||||
x, y;
|
|
||||||
|
|
||||||
// Create chart
|
// Create chart
|
||||||
var svg = d3.select(element[0]).append("svg");
|
var svg = d3.select(element[0]).append("svg");
|
||||||
|
|||||||
Reference in New Issue
Block a user