Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jul 8, 2023
1 parent c6a2b4b commit 9f7aa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/BarWithErrorBarsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class BarWithErrorBarsChart<DATA extends unknown[] = IErrorBarXDataPoint[
'barWithErrorBars',
DATA,
LABEL
> {
> {
static id = BarWithErrorBarsController.id;

constructor(item: ChartItem, config: Omit<ChartConfiguration<'barWithErrorBars', DATA, LABEL>, 'type'>) {
Expand Down

0 comments on commit 9f7aa84

Please sign in to comment.