Expected Behavior
I can set borderSkipped for bar charts to false when using typescript.
Current Behavior
The BarOptions interface defines the following type for borderSkippedoption
borderSkipped: 'start' | 'end' | 'left' | 'right' | 'bottom' | 'top';
But the documentation also defines false als possible value.
false also works as expected, so it should be included in the type definition.
Possible Solution
Change the type declaration
Steps to Reproduce
Context
Environment
- Chart.js version: 3.0.0-beta.11
- Browser name and version: -
- Link to your project: -
Expected Behavior
I can set
borderSkippedfor bar charts tofalsewhen using typescript.Current Behavior
The
BarOptionsinterface defines the following type forborderSkippedoptionBut the documentation also defines
falseals possible value.falsealso works as expected, so it should be included in the type definition.Possible Solution
Change the type declaration
Steps to Reproduce
Context
Environment