Skip to content

Commit 6cca917

Browse files
authored
Merge pull request #73 from sgratzl/sgratzl/idfix
fix: missing id
2 parents d854249 + d3daea4 commit 6cca917

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2019 datavisyn GmbH
4-
Copyright (c) 2019-2022 Samuel Gratzl
4+
Copyright (c) 2019-2023 Samuel Gratzl
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

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)