Skip to content

Commit 59bc981

Browse files
committed
fix lint
1 parent b6822e8 commit 59bc981

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/fx/hover.js

-1
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,6 @@ function createHoverText(hoverData, opts, gd) {
969969
}
970970

971971
// hovertemplate
972-
var trace = d.trace;
973972
var hovertemplate = d.hovertemplate || false;
974973
var hovertemplateLabels = d.hovertemplateLabels || d;
975974
var eventData = d.eventData[0] || {};

src/traces/scattergl/attributes.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
'use strict';
1010

1111
var plotAttrs = require('../../plots/attributes');
12-
var hovertemplateAttrs = require('../../components/fx/hovertemplate_attributes');
1312
var scatterAttrs = require('../scatter/attributes');
1413
var colorAttrs = require('../../components/colorscale/attributes');
1514

0 commit comments

Comments
 (0)