Skip to content

Commit

Permalink
Merge pull request #18 from sgratzl/sgatzl/idfix2
Browse files Browse the repository at this point in the history
fix: remove internal from id
  • Loading branch information
sgratzl committed Jul 8, 2023
2 parents 7032e26 + 8f96d5f commit 3e2154f
Showing 1 changed file with 0 additions and 3 deletions.
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 3e2154f

Please sign in to comment.