Skip to content

Commit

Permalink
fix: type error in circle-packing
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoHe committed Feb 6, 2024
1 parent 24ea86e commit 9ea4959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export class CirclePackingSeries<
}
const labelMark = this._createMark(CirclePackingSeries.mark.label, {
isSeriesMark: false
}) as IArcMark;
}) as ITextMark;

this._labelMark = labelMark;
}
Expand Down

0 comments on commit 9ea4959

Please sign in to comment.