File tree 6 files changed +18
-655
lines changed 6 files changed +18
-655
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ var domainAttrs = require('../../plots/domain').attributes;
8
8
var pieAttrs = require ( '../pie/attributes' ) ;
9
9
var sunburstAttrs = require ( '../sunburst/attributes' ) ;
10
10
var treemapAttrs = require ( '../treemap/attributes' ) ;
11
- var constants = require ( './constants' ) ;
11
+ var constants = require ( '../treemap /constants' ) ;
12
12
var extendFlat = require ( '../../lib/extend' ) . extendFlat ;
13
13
14
14
module . exports = {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var svgTextUtils = require('../../lib/svg_text_utils');
7
7
8
8
var partition = require ( './partition' ) ;
9
9
var styleOne = require ( './style' ) . styleOne ;
10
- var constants = require ( './constants' ) ;
10
+ var constants = require ( '../treemap /constants' ) ;
11
11
var helpers = require ( '../sunburst/helpers' ) ;
12
12
var attachFxHandlers = require ( '../sunburst/fx' ) ;
13
13
var formatSliceLabel = require ( '../sunburst/plot' ) . formatSliceLabel ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = {
15
15
calc : require ( './calc' ) . calc ,
16
16
crossTraceCalc : require ( './calc' ) . crossTraceCalc ,
17
17
18
- plot : require ( './plot' ) ,
18
+ plot : require ( '../treemap /plot' ) ,
19
19
style : require ( './style' ) . style ,
20
20
21
21
colorbar : require ( '../scatter/marker_colorbar' ) ,
You can’t perform that action at this time.
0 commit comments