Conversation
skie1997
marked this pull request as draft
September 23, 2026 08:28
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增 43 个数据驱动的 Lieflat 信息图示例,提供中英文文档、封面及完整代码。示例默认播放入场动画,支持数据悬停提示,并通过标准 VChart 主题 API 切换配色;移除说明页及菜单入口,仅保留图表示例。
🤔 这个分支是...
🔗 相关 issue 链接
无。
🔗 相关的 PR 链接
无。
🐞 Bugserver 用例 id
无。
💡 问题的背景&解决方案
docs/assets/examples/{zh,en}/lieflat-charts,包含 43 个示例,并补充菜单和静态封面。数量、比例、时间、分布、关系及地图等图型均由数据驱动。vchart.setCurrentTheme(name)切换。热力图和地图使用有序渐变;地图区域与连续图例共用比例尺;树图标签使用自动反色。TooltipHandler托管提示及释放;动态排名和累计增长使用原生播放器。当前默认浅色主题的封面预览:
📝 Changelog
不新增公共 API。地图示例沿用文档站 GeoJSON 地址,需要网络访问;封面与默认浅色主题一致,动态示例使用完整数据帧。
☑️ 自测
验证结果:
git diff --check通过。🚀 Summary
copilot:summary
🔍 Walkthrough
copilot:walkthrough