Skip to content

Commit

Permalink
chore: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
skie1997 committed Aug 23, 2024
1 parent b55ea1a commit 679c575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vchart/src/component/indicator/indicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class Indicator<T extends IIndicatorSpec> extends BaseComponent<T> implem
if (visible === false || (fixed === false && this._activeDatum === null)) {
return {
visible: false
};
} as IndicatorAttributes;
}
return {
visible: true,
Expand Down

0 comments on commit 679c575

Please sign in to comment.