File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
lib/node_modules/@stdlib/plot/hist/lib/render/svg Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ var Marks = require( '@stdlib/plot/components/svg/marks' );
3131var Bkgd = require ( '@stdlib/plot/components/svg/background' ) ;
3232var Defs = require ( '@stdlib/plot/components/svg/defs' ) ;
3333var Axis = require ( '@stdlib/plot/components/svg/axis' ) ;
34- var Columns = require ( '@stdlib/plot/components/svg/columns' ) ;
34+
35+ // var Columns = require( '@stdlib/plot/components/svg/columns' );
3536
3637
3738// VARIABLES //
@@ -134,6 +135,7 @@ function init( state ) {
134135 } )
135136 } ) ;
136137
138+ /*
137139 debug( 'Initializing columns component...' );
138140 defineProperty( svg, 'columns', {
139141 'configurable': false,
@@ -143,6 +145,7 @@ function init( state ) {
143145 'autoRender': false
144146 })
145147 });
148+ */
146149
147150 debug ( 'Initializing x-axis component...' ) ;
148151 defineProperty ( svg , 'xAxis' , {
You can’t perform that action at this time.
0 commit comments