mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-02-01 17:47:09 +00:00
Types: add 'middle' to borderSkipped (#10283)
This commit is contained in:
parent
a39f694184
commit
4b5ca7f24e
4
types/index.esm.d.ts
vendored
4
types/index.esm.d.ts
vendored
@ -1970,10 +1970,10 @@ export interface BarOptions extends Omit<CommonElementOptions, 'borderWidth'> {
|
||||
base: number;
|
||||
|
||||
/**
|
||||
* Skipped (excluded) border: 'start', 'end', 'left', 'right', 'bottom', 'top' or false (none).
|
||||
* Skipped (excluded) border: 'start', 'end', 'left', 'right', 'bottom', 'top', 'middle' or false (none).
|
||||
* @default 'start'
|
||||
*/
|
||||
borderSkipped: 'start' | 'end' | 'left' | 'right' | 'bottom' | 'top' | false;
|
||||
borderSkipped: 'start' | 'end' | 'left' | 'right' | 'bottom' | 'top' | 'middle' | false;
|
||||
|
||||
/**
|
||||
* Border radius
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user