File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/annotations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99'use strict' ;
1010
11- var Plotly = require ( '../../plotly' ) ;
1211var ARROWPATHS = require ( './arrow_paths' ) ;
12+ var Cartesian = require ( '../../plots/cartesian' ) ;
1313var fontAttrs = require ( '../../plots/font_attributes' ) ;
1414var extendFlat = require ( '../../lib/extend' ) . extendFlat ;
1515
@@ -156,7 +156,7 @@ module.exports = {
156156 valType : 'enumerated' ,
157157 values : [
158158 'paper' ,
159- Plotly . Plots . subplotsRegistry . cartesian . idRegex . x . toString ( )
159+ Cartesian . idRegex . x . toString ( )
160160 ] ,
161161 role : 'info' ,
162162 description : [
@@ -199,7 +199,7 @@ module.exports = {
199199 valType : 'enumerated' ,
200200 values : [
201201 'paper' ,
202- Plotly . Plots . subplotsRegistry . cartesian . idRegex . y . toString ( )
202+ Cartesian . idRegex . y . toString ( )
203203 ] ,
204204 role : 'info' ,
205205 description : [
You can’t perform that action at this time.
0 commit comments