From a0ad93a20b19b7282fc2f76267e9f4595bda1bce Mon Sep 17 00:00:00 2001 From: William Nolden Date: Mon, 29 Apr 2024 13:07:44 +0200 Subject: [PATCH] fix(types): Correct typo in BarOptions Fix typo orverlap --> overlap Close #3749 --- AUTHORS.txt | 1 + types/options.shape.d.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 21fb903d9..9aa9e2d0b 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -65,3 +65,4 @@ Do Yoon Kim RobinDeeCee nekoya Ubin Park +William Nolden diff --git a/types/options.shape.d.ts b/types/options.shape.d.ts index 48f854438..71cf7b9fc 100644 --- a/types/options.shape.d.ts +++ b/types/options.shape.d.ts @@ -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.