Skip to content

Commit

Permalink
Merge pull request #46 from upsetjs/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 c934f68 + baa468e commit a03528f
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": "chartjs-chart-venn",
"description": "Chart.js module for venn diagrams",
"version": "4.2.2",
"version": "4.2.3",
"author": {
"name": "Samuel Gratzl",
"email": "sam@sgratzl.com",
Expand Down
3 changes: 0 additions & 3 deletions src/controllers/EulerDiagramController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import { ArcSlice } from '../elements';
import { ISet } from 'src/data';

export class EulerDiagramController extends VennDiagramController {
/**
* @internal
*/
static readonly id = 'euler';

/**
Expand Down
3 changes: 0 additions & 3 deletions src/controllers/VennDiagramController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ import patchController from './patchController';
import { ISet } from 'src/data';

export class VennDiagramController extends DatasetController<'venn', ArcSlice> {
/**
* @internal
*/
static readonly id: string = 'venn';

/**
Expand Down
3 changes: 0 additions & 3 deletions src/elements/ArcSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ export interface IArcSliceProps extends ITextArcSlice {
}

export class ArcSlice extends Element<IArcSliceProps, IArcSliceOptions> implements VisualElement {
/**
* @internal
*/
static readonly id = 'arcSlice';

/**
Expand Down

0 comments on commit a03528f

Please sign in to comment.