-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3550 from VisActor/fix/dom-tooltip-content-update
Fix/dom tooltip content update
- Loading branch information
Showing
5 changed files
with
251 additions
and
168 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
common/changes/@visactor/vchart/fix-dom-tooltip-content-update_2024-12-11-07-29.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "fix: html tooltip can reuse the dom content and fix the unneed animation\n\n", | ||
"type": "none", | ||
"packageName": "@visactor/vchart" | ||
} | ||
], | ||
"packageName": "@visactor/vchart", | ||
"email": "[email protected]" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/@visactor/vchart/fix-tooltip-formatter_2024-12-11-02-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "fix: fix tooltip content when only has `valueFormatter` or `keyFormatter`\n\n", | ||
"type": "none", | ||
"packageName": "@visactor/vchart" | ||
} | ||
], | ||
"packageName": "@visactor/vchart", | ||
"email": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.