Skip to content

Commit 9343ef9

Browse files
committed
Add comment
1 parent 4fc31e1 commit 9343ef9

File tree

1 file changed

+4
-1
lines changed
  • lib/node_modules/@stdlib/plot/hist/lib/render/svg

1 file changed

+4
-1
lines changed

lib/node_modules/@stdlib/plot/hist/lib/render/svg/init.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ var Marks = require( '@stdlib/plot/components/svg/marks' );
3131
var Bkgd = require( '@stdlib/plot/components/svg/background' );
3232
var Defs = require( '@stdlib/plot/components/svg/defs' );
3333
var 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', {

0 commit comments

Comments
 (0)