VChart icon indicating copy to clipboard operation
VChart copied to clipboard

Refactor/tooltip set by field

Open xile611 opened this issue 1 year ago • 0 comments

[中文版模板 / Chinese template]

🤔 This is a ...

重构内容: 重构前: tooltip之前需要 tooltipPattern 解析 => tooltip Actual 解析 => tooltip attributes 解析,每步解析都有一些默认值处理、合并数据处理、过滤数据处理

重构后: 合并pattern 和 actual 的解析逻辑,统一一步,做好数据解析和过滤

  • [x] New feature
  • [ ] Bug fix
  • [ ] TypeScript definition update
  • [ ] Bundle size optimization
  • [ ] Performance optimization
  • [ ] Enhancement feature
  • [x] Refactoring
  • [ ] Update dependency
  • [ ] Code style optimization
  • [ ] Test Case
  • [ ] Branch merge
  • [ ] Release
  • [ ] Site / documentation update
  • [ ] Demo update
  • [ ] Workflow
  • [ ] Other (about what?)

🔗 Related issue link

🔗 Related PR link

🐞 Bugserver case id

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • [ ] Doc is updated/provided or not needed
  • [ ] Demo is updated/provided or not needed
  • [ ] TypeScript definition is updated/provided or not needed
  • [ ] Changelog is provided or not needed

🚀 Summary

copilot:summary

🔍 Walkthrough

copilot:walkthrough

xile611 avatar Sep 26 '24 06:09 xile611