Skip to content

Commit

Permalink
fix(types): Correct typo in BarOptions
Browse files Browse the repository at this point in the history
Fix typo orverlap --> overlap

Close #3749
  • Loading branch information
wnolden authored and netil committed Apr 30, 2024
1 parent 220e27f commit a0ad93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ Do Yoon Kim <doyoonkim1002@gmail.com>
RobinDeeCee <robindecock@gmail.com>
nekoya <ryo.studiom@gmail.com>
Ubin Park <https://github.com/Ubinquitous>
William Nolden <william.nolden@able-group.de>
2 changes: 1 addition & 1 deletion types/options.shape.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export interface BarOptions {
/**
* Bars will be rendered at same position, which will be overlapped each other. (for non-grouped bars only)
*/
orverlap?: boolean;
overlap?: boolean;

/**
* The padding pixel value between each bar.
Expand Down

0 comments on commit a0ad93a

Please sign in to comment.