Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Dec 10, 2020
1 parent 68262a5 commit 04bae6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/LabelSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class LabelSet extends Path {
* @param {Object} [options]
*/
constructor( chartModel, axisOrientation, spacing, options ) {

options = merge( {
value: 0, // appear on the axis by default
edge: null, // 'min' or 'max' put the ticks on that edge of the chart (takes precedence over value)
Expand Down
1 change: 1 addition & 0 deletions js/TickMarkSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class TickMarkSet extends Path {
* @param {Object} [options]
*/
constructor( chartModel, axisOrientation, spacing, options ) {

options = merge( {
value: 0, // appear on the axis by default
edge: null, // 'min' or 'max' put the ticks on that edge of the chart (takes precedence over value)
Expand Down

0 comments on commit 04bae6b

Please sign in to comment.