Skip to content

Commit 87dd0da

Browse files
committed
fix: option { poptip: true } should load poptipForText`
1 parent 882b84f commit 87dd0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vchart/src/core/vchart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ export class VChart implements IVChart {
415415
this._currentSize = this.getCurrentSize();
416416
const pluginList: string[] = [];
417417

418-
if (!poptip !== false) {
418+
if (poptip !== false) {
419419
pluginList.push('poptipForText');
420420
}
421421

0 commit comments

Comments
 (0)