Skip to content

Commit

Permalink
Merge pull request #77 from sgratzl/release/v4.2.3
Browse files Browse the repository at this point in the history
Release v4.2.3
  • Loading branch information
sgratzl authored Jul 8, 2023
2 parents 95475af + 75df06b commit 96a92b2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sgratzl/chartjs-chart-boxplot",
"description": "Chart.js module for charting boxplots and violin charts",
"version": "4.2.2",
"version": "4.2.3",
"publishConfig": {
"access": "public"
},
Expand Down
3 changes: 0 additions & 3 deletions src/controllers/BoxPlotController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ export class BoxPlotChart<DATA extends unknown[] = BoxPlotDataPoint[], LABEL = s
DATA,
LABEL
> {
/**
* @internal
*/
static id = BoxPlotController.id;

constructor(item: ChartItem, config: Omit<ChartConfiguration<'boxplot', DATA, LABEL>, 'type'>) {
Expand Down
3 changes: 0 additions & 3 deletions src/elements/BoxAndWiskers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ export class BoxAndWiskers extends StatsBase<IBoxAndWhiskerProps, IBoxAndWhisker
};
}

/**
* @internal
*/
static id = 'boxandwhiskers';

/**
Expand Down
3 changes: 0 additions & 3 deletions src/elements/Violin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ export class Violin extends StatsBase<IViolinElementProps, IViolinElementOptions
};
}

/**
* @internal
*/
static id = 'violin';

/**
Expand Down

0 comments on commit 96a92b2

Please sign in to comment.