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;
1717
1818var noop = function ( ) { } ;
1919
20- // until it is part of the main plotly.js bundle
21- Plotly . register (
22- require ( '@lib/scattermapbox' )
23- ) ;
24-
2520Plotly . setPlotConfig ( {
2621 mapboxAccessToken : MAPBOX_ACCESS_TOKEN
2722} ) ;
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ var Plotly = require('@lib/index');
22var Lib = require ( '@src/lib' ) ;
33
44Plotly . register ( [
5- // until it is part of the main plotly.js bundle
6- require ( '@lib/scattermapbox' ) ,
7-
85 // until they become official
96 require ( '../assets/transforms/filter' )
107] ) ;
Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ var destroyGraphDiv = require('../assets/destroy_graph_div');
1010var hasWebGLSupport = require ( '../assets/has_webgl_support' ) ;
1111var customMatchers = require ( '../assets/custom_matchers' ) ;
1212
13- // until it is part of the main plotly.js bundle
14- Plotly . register (
15- require ( '@lib/scattermapbox' )
16- ) ;
17-
1813Plotly . setPlotConfig ( {
1914 mapboxAccessToken : require ( '@build/credentials.json' ) . MAPBOX_ACCESS_TOKEN
2015} ) ;
You can’t perform that action at this time.
0 commit comments