File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ var MOUSE_DELAY = 100;
17
17
18
18
var noop = function ( ) { } ;
19
19
20
- // until it is part of the main plotly.js bundle
21
- Plotly . register (
22
- require ( '@lib/scattermapbox' )
23
- ) ;
24
-
25
20
Plotly . setPlotConfig ( {
26
21
mapboxAccessToken : MAPBOX_ACCESS_TOKEN
27
22
} ) ;
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ var Plotly = require('@lib/index');
2
2
var Lib = require ( '@src/lib' ) ;
3
3
4
4
Plotly . register ( [
5
- // until it is part of the main plotly.js bundle
6
- require ( '@lib/scattermapbox' ) ,
7
-
8
5
// until they become official
9
6
require ( '../assets/transforms/filter' )
10
7
] ) ;
Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ var destroyGraphDiv = require('../assets/destroy_graph_div');
10
10
var hasWebGLSupport = require ( '../assets/has_webgl_support' ) ;
11
11
var customMatchers = require ( '../assets/custom_matchers' ) ;
12
12
13
- // until it is part of the main plotly.js bundle
14
- Plotly . register (
15
- require ( '@lib/scattermapbox' )
16
- ) ;
17
-
18
13
Plotly . setPlotConfig ( {
19
14
mapboxAccessToken : require ( '@build/credentials.json' ) . MAPBOX_ACCESS_TOKEN
20
15
} ) ;
You can’t perform that action at this time.
0 commit comments