Skip to content

Commit 0d45bdd

Browse files
committed
Fix formatting in axis example
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent efd4864 commit 0d45bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/plot/vega/axis/ctor/examples

lib/node_modules/@stdlib/plot/vega/axis/ctor/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var Axis = require( './../lib' );
2222

2323
var axis = new Axis({
2424
'scale': 'xScale',
25-
'orient': 'bottom',
25+
'orient': 'bottom'
2626
});
2727

2828
console.log( axis.toJSON() );

0 commit comments

Comments
 (0)