]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
update borderskipped typing (#8503)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Tue, 23 Feb 2021 11:58:53 +0000 (12:58 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 11:58:53 +0000 (13:58 +0200)
types/index.esm.d.ts

index aed7eea0611c9ad86849ec293e2b3754f9c62a1c..7a3d28df561e2769f69720b2151ab57457774879 100644 (file)
@@ -1839,10 +1839,10 @@ export interface BarOptions extends CommonElementOptions {
        base: number;
 
        /**
-        *      Skipped (excluded) border: 'start', 'end', 'bottom', 'left', 'top' or 'right'.
+        *      Skipped (excluded) border: 'start', 'end', 'left',  'right', 'bottom', 'top' or false (none).
         * @default 'start'
         */
-       borderSkipped: 'start' | 'end' | 'left' | 'right' | 'bottom' | 'top';
+       borderSkipped: 'start' | 'end' | 'left' | 'right' | 'bottom' | 'top' | false;
 
        /**
         * Border radius