Skip to content

Commit d3daea4

Browse files
committed
fix: enable id again
1 parent 225010b commit d3daea4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/controllers/BoxPlotController.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ export class BoxPlotController extends StatsBase<IBoxPlot, Required<IBoxplotOpti
4040
}
4141
}
4242

43-
/**
44-
* @internal
45-
*/
4643
static readonly id = 'boxplot';
4744

4845
/**

src/controllers/ViolinController.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ export class ViolinController extends StatsBase<IViolin, Required<IViolinOptions
4343
}
4444
}
4545

46-
/**
47-
* @internal
48-
*/
4946
static readonly id = 'violin';
5047

5148
/**

0 commit comments

Comments
 (0)