File tree 1 file changed +3
-3
lines changed
src/components/annotations
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
'use strict' ;
10
10
11
- var Plotly = require ( '../../plotly' ) ;
12
11
var ARROWPATHS = require ( './arrow_paths' ) ;
12
+ var Cartesian = require ( '../../plots/cartesian' ) ;
13
13
var fontAttrs = require ( '../../plots/font_attributes' ) ;
14
14
var extendFlat = require ( '../../lib/extend' ) . extendFlat ;
15
15
@@ -156,7 +156,7 @@ module.exports = {
156
156
valType : 'enumerated' ,
157
157
values : [
158
158
'paper' ,
159
- Plotly . Plots . subplotsRegistry . cartesian . idRegex . x . toString ( )
159
+ Cartesian . idRegex . x . toString ( )
160
160
] ,
161
161
role : 'info' ,
162
162
description : [
@@ -199,7 +199,7 @@ module.exports = {
199
199
valType : 'enumerated' ,
200
200
values : [
201
201
'paper' ,
202
- Plotly . Plots . subplotsRegistry . cartesian . idRegex . y . toString ( )
202
+ Cartesian . idRegex . y . toString ( )
203
203
] ,
204
204
role : 'info' ,
205
205
description : [
You can’t perform that action at this time.
0 commit comments