Skip to content

Commit 03dcb5d

Browse files
committed
lint
1 parent 8a5eeec commit 03dcb5d

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

dist/translationKeys.txt renamed to dist/translation-keys.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Compare data on hover
1212
Double click on legend to isolate individual trace
1313
Double-click to<br>zoom back out
1414
Download plot as a png
15+
Edit in Chart Studio
1516
High
1617
IE only supports svg. Changing format to svg.
1718
Incoming flow count
@@ -28,7 +29,6 @@ Reset camera to default
2829
Reset camera to last save
2930
Reset view
3031
Reset views
31-
Save and edit plot in cloud
3232
Show closest data on hover
3333
Snapshot succeeded
3434
Sorry there was a problem downloading your snapshot!

src/traces/contourcarpet/calc.js

-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88

99
'use strict';
1010

11-
var Lib = require('../../lib');
1211
var Axes = require('../../plots/cartesian/axes');
1312
var extendFlat = require('../../lib').extendFlat;
14-
var Registry = require('../../registry');
1513
var colorscaleCalc = require('../../components/colorscale/calc');
1614
var hasColumns = require('../heatmap/has_columns');
1715
var convertColumnData = require('../heatmap/convert_column_xyz');

tasks/util/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
pathToPlotlyDistWithMeta: path.join(pathToDist, 'plotly-with-meta.js'),
4343

4444
pathToSchema: path.join(pathToDist, 'plot-schema.json'),
45-
pathToTranslationKeys: path.join(pathToDist, 'translationKeys.txt'),
45+
pathToTranslationKeys: path.join(pathToDist, 'translation-keys.txt'),
4646

4747
partialBundleNames: partialBundleNames,
4848
partialBundlePaths: partialBundlePaths,

test/jasmine/tests/plots_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ describe('Test Plots', function() {
160160
layoutOut,
161161
expected;
162162

163-
var supplyLayoutDefaults = function(layoutIn, layoutOut) {
163+
function supplyLayoutDefaults(layoutIn, layoutOut) {
164164
layoutOut._dfltTitle = {
165165
plot: 'ppplot'
166166
};

0 commit comments

Comments
 (0)