Skip to content

Commit

Permalink
Remove boxPading from legend options (#11817)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
  • Loading branch information
LeeLenaleee and Jacco van den Berg authored Jun 26, 2024
1 parent 4ee6c9e commit 19c02c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2405,11 +2405,6 @@ export interface LegendOptions<TType extends ChartType> {
* @default fontSize
*/
boxHeight: number;
/**
* Padding between the color box and the text
* @default 1
*/
boxPadding: number;
/**
* Color of label
* @see Defaults.color
Expand Down

0 comments on commit 19c02c8

Please sign in to comment.