Skip to content

fix(vchart): radar area visibility update#4480

Open
xuefei1313 wants to merge 1 commit intodevelopfrom
001-fix-radar-area-visible
Open

fix(vchart): radar area visibility update#4480
xuefei1313 wants to merge 1 commit intodevelopfrom
001-fix-radar-area-visible

Conversation

@xuefei1313
Copy link
Contributor

🤔 这个分支是...

  • 新功能
  • Bug fix
  • Ts 类型更新
  • 打包优化
  • 性能优化
  • 功能增强
  • 重构
  • 依赖版本更新
  • 代码优化
  • 测试 case 更新
  • 分支合并
  • 发布
  • 网站/文档更新
  • demo 更新
  • Workflow
  • 其他 (具体是什么,请补充?)

🔗 相关 issue 链接

🔗 相关的 PR 链接

🐞 Bugserver 用例 id

💡 问题的背景&解决方案

Fix Radar Chart Area Visibility Update

The fix involves adding a check in _runApplyGraphic loop:

if (this._product && g.parent !== this._product) {
  this._product.appendChild(g);
}

This ensures that when this._product is recreated (after visible: false -> true), the existing graphics are moved to the new group.

📝 Changelog

Language Changelog
🇺🇸 English Fix Radar Chart Area Visibility Update
🇨🇳 Chinese

☑️ 自测

⚠️ 在提交 PR 之前,请检查一下内容. ⚠️

  • 文档提供了,或者更新,或者不需要
  • Demo 提供了,或者更新,或者不需要
  • Ts 类型定义提供了,或者更新,或者不需要
  • Changelog 提供了,或者不需要

🚀 Summary

copilot:summary

🔍 Walkthrough

copilot:walkthrough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants