Skip to content

Commit

Permalink
Merge pull request #19 from sgratzl/release/v4.1.3
Browse files Browse the repository at this point in the history
Release v4.1.3
  • Loading branch information
sgratzl committed Jul 8, 2023
2 parents 7032e26 + 873e829 commit 17857bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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-funnel",
"description": "Chart.js module for charting funnel charts",
"version": "4.1.2",
"version": "4.1.3",
"author": {
"name": "Samuel Gratzl",
"email": "[email protected]",
Expand Down
3 changes: 0 additions & 3 deletions src/elements/TrapezoidElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ function transpose(m: { horizontal: boolean; left: number; top: number; right: n

// need to make it a bar element for proper data label support
export class TrapezoidElement extends BarElement {
/**
* @internal
*/
// <TrapezoidElementProps, TrapezoidElementOptions> implements VisualElement {
static readonly id = 'trapezoid';

Expand Down

0 comments on commit 17857bb

Please sign in to comment.