Skip to content

Commit

Permalink
Update ChartRendererConfigOptions interface colors
Browse files Browse the repository at this point in the history
Update ChartRendererConfigOptions interface colors accordingly https://docs.seats.io/docs/renderer/colors
  • Loading branch information
RafaelAlkmimDias authored Feb 28, 2024
1 parent 61c567e commit e4c2031
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ export interface ChartRendererConfigOptions extends DeprecatedConfigProperties,
colorSelected?: string
cursorTooltipBackgroundColor?: string
colorTitle?: string
availableObjectColor?: string
selectedObjectColor?: string
errorColor?: string
}
/**
* Sets the preset of styles to use for the seating chart user interface. {@link https://docs.seats.io/docs/renderer/stylepreset See documentation}
Expand Down

0 comments on commit e4c2031

Please sign in to comment.