Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
feat: allow boolean as axis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed May 24, 2019
1 parent 105cf0f commit ab0cc0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export interface XAxis extends Axis {
}

export interface WithXAxis {
axis?: XAxis;
axis?: XAxis | boolean;
}

export interface YAxis extends Axis {
Expand Down

0 comments on commit ab0cc0b

Please sign in to comment.