Skip to content

Commit b54329e

Browse files
committed
Run prettier
1 parent 8ea79e9 commit b54329e

File tree

554 files changed

+87663
-82510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

554 files changed

+87663
-82510
lines changed

lib/bar.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/bar');
8+
"use strict";
9+
module.exports = require("../src/traces/bar");

lib/box.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/box');
8+
"use strict";
9+
module.exports = require("../src/traces/box");

lib/calendars.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/components/calendars');
8+
"use strict";
9+
module.exports = require("../src/components/calendars");

lib/candlestick.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/candlestick');
8+
"use strict";
9+
module.exports = require("../src/traces/candlestick");

lib/choropleth.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/choropleth');
8+
"use strict";
9+
module.exports = require("../src/traces/choropleth");

lib/contour.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/contour');
8+
"use strict";
9+
module.exports = require("../src/traces/contour");

lib/contourgl.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/contourgl');
8+
"use strict";
9+
module.exports = require("../src/traces/contourgl");

lib/core.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/core');
8+
"use strict";
9+
module.exports = require("../src/core");

lib/filter.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/transforms/filter');
8+
"use strict";
9+
module.exports = require("../src/transforms/filter");

lib/groupby.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/transforms/groupby');
8+
"use strict";
9+
module.exports = require("../src/transforms/groupby");

lib/heatmap.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/heatmap');
8+
"use strict";
9+
module.exports = require("../src/traces/heatmap");

lib/heatmapgl.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/heatmapgl');
8+
"use strict";
9+
module.exports = require("../src/traces/heatmapgl");

lib/histogram.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/histogram');
8+
"use strict";
9+
module.exports = require("../src/traces/histogram");

lib/histogram2d.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/histogram2d');
8+
"use strict";
9+
module.exports = require("../src/traces/histogram2d");

lib/histogram2dcontour.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/histogram2dcontour');
8+
"use strict";
9+
module.exports = require("../src/traces/histogram2dcontour");

lib/index-basic.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8+
"use strict";
9+
var Plotly = require("./core");
810

9-
'use strict';
10-
11-
var Plotly = require('./core');
12-
13-
Plotly.register([
14-
require('./bar'),
15-
require('./pie')
16-
]);
11+
Plotly.register([require("./bar"), require("./pie")]);
1712

1813
module.exports = Plotly;

lib/index-cartesian.js

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,19 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
var Plotly = require('./core');
8+
"use strict";
9+
var Plotly = require("./core");
1210

1311
Plotly.register([
14-
require('./bar'),
15-
require('./box'),
16-
require('./heatmap'),
17-
require('./histogram'),
18-
require('./histogram2d'),
19-
require('./histogram2dcontour'),
20-
require('./pie'),
21-
require('./contour'),
22-
require('./scatterternary')
12+
require("./bar"),
13+
require("./box"),
14+
require("./heatmap"),
15+
require("./histogram"),
16+
require("./histogram2d"),
17+
require("./histogram2dcontour"),
18+
require("./pie"),
19+
require("./contour"),
20+
require("./scatterternary")
2321
]);
2422

2523
module.exports = Plotly;

lib/index-finance.js

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
var Plotly = require('./core');
8+
"use strict";
9+
var Plotly = require("./core");
1210

1311
Plotly.register([
14-
require('./bar'),
15-
require('./histogram'),
16-
require('./pie'),
17-
require('./ohlc'),
18-
require('./candlestick')
12+
require("./bar"),
13+
require("./histogram"),
14+
require("./pie"),
15+
require("./ohlc"),
16+
require("./candlestick")
1917
]);
2018

2119
module.exports = Plotly;

lib/index-geo.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8+
"use strict";
9+
var Plotly = require("./core");
810

9-
'use strict';
10-
11-
var Plotly = require('./core');
12-
13-
Plotly.register([
14-
require('./scattergeo'),
15-
require('./choropleth')
16-
]);
11+
Plotly.register([require("./scattergeo"), require("./choropleth")]);
1712

1813
module.exports = Plotly;

lib/index-gl2d.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
var Plotly = require('./core');
8+
"use strict";
9+
var Plotly = require("./core");
1210

1311
Plotly.register([
14-
require('./scattergl'),
15-
require('./pointcloud'),
16-
require('./heatmapgl'),
17-
require('./contourgl')
12+
require("./scattergl"),
13+
require("./pointcloud"),
14+
require("./heatmapgl"),
15+
require("./contourgl")
1816
]);
1917

2018
module.exports = Plotly;

lib/index-gl3d.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
var Plotly = require('./core');
8+
"use strict";
9+
var Plotly = require("./core");
1210

1311
Plotly.register([
14-
require('./scatter3d'),
15-
require('./surface'),
16-
require('./mesh3d')
12+
require("./scatter3d"),
13+
require("./surface"),
14+
require("./mesh3d")
1715
]);
1816

1917
module.exports = Plotly;

lib/index-mapbox.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8+
"use strict";
9+
var Plotly = require("./core");
810

9-
'use strict';
10-
11-
var Plotly = require('./core');
12-
13-
Plotly.register([
14-
require('./scattermapbox')
15-
]);
11+
Plotly.register([require("./scattermapbox")]);
1612

1713
module.exports = Plotly;

lib/index.js

Lines changed: 24 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,31 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
var Plotly = require('./core');
8+
"use strict";
9+
var Plotly = require("./core");
1210

1311
// traces
1412
Plotly.register([
15-
require('./bar'),
16-
require('./box'),
17-
require('./heatmap'),
18-
require('./histogram'),
19-
require('./histogram2d'),
20-
require('./histogram2dcontour'),
21-
require('./pie'),
22-
require('./contour'),
23-
require('./scatterternary'),
24-
25-
require('./scatter3d'),
26-
require('./surface'),
27-
require('./mesh3d'),
28-
29-
require('./scattergeo'),
30-
require('./choropleth'),
31-
32-
require('./scattergl'),
33-
require('./pointcloud'),
34-
require('./heatmapgl'),
35-
36-
require('./scattermapbox'),
37-
38-
require('./ohlc'),
39-
require('./candlestick')
13+
require("./bar"),
14+
require("./box"),
15+
require("./heatmap"),
16+
require("./histogram"),
17+
require("./histogram2d"),
18+
require("./histogram2dcontour"),
19+
require("./pie"),
20+
require("./contour"),
21+
require("./scatterternary"),
22+
require("./scatter3d"),
23+
require("./surface"),
24+
require("./mesh3d"),
25+
require("./scattergeo"),
26+
require("./choropleth"),
27+
require("./scattergl"),
28+
require("./pointcloud"),
29+
require("./heatmapgl"),
30+
require("./scattermapbox"),
31+
require("./ohlc"),
32+
require("./candlestick")
4033
]);
4134

4235
// transforms
@@ -49,14 +42,9 @@ Plotly.register([
4942
// For more info, see:
5043
// https://github.com/plotly/plotly.js/pull/978#pullrequestreview-2403353
5144
//
52-
Plotly.register([
53-
require('./filter'),
54-
require('./groupby')
55-
]);
45+
Plotly.register([require("./filter"), require("./groupby")]);
5646

5747
// components
58-
Plotly.register([
59-
require('./calendars')
60-
]);
48+
Plotly.register([require("./calendars")]);
6149

6250
module.exports = Plotly;

lib/mesh3d.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
* This source code is licensed under the MIT license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8-
9-
'use strict';
10-
11-
module.exports = require('../src/traces/mesh3d');
8+
"use strict";
9+
module.exports = require("../src/traces/mesh3d");

0 commit comments

Comments
 (0)