[Auto] docs: update changlog of rush #4388
Closed
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.
🤔 这个分支是...
🔗 相关 issue 链接
🔗 相关的 PR 链接
🐞 Bugserver 用例 id
💡 问题的背景&解决方案
temp/test-trae-job,模板:.github/PULL_REQUEST_TEMPLATE/pr_cn.mddocs: update changlog of rush)与 Rush 变更项,涉及heatmap系列标签默认线宽修复,以及自动流程体验优化。heatmap标签默认lineWidth设置,保证主题与系列实现一致。受影响文件(摘要):
packages/vchart/src/series/heatmap/heatmap.tspackages/vchart/src/theme/builtin/common/series/heatmap.ts📝 Changelog
- fix: fix default lineWidth for heatmap label
- 修复:修复热力图标签默认线宽
☑️ 自测
🚀 Summary
temp/test-trae-job;模板来源:.github/PULL_REQUEST_TEMPLATE/pr_cn.md。heatmap颜色/标签逻辑改动;类型诊断无新增问题;测试正在运行(覆盖率统计暂缺)。🔍 Walkthrough
变更摘要(来自自动测试报告):
develop,对比分支:HEADM .trae/jobs/auto-flow.mdM .trae/jobs/auto-test.mdA .trae/jobs/commit-smart.mdA common/changes/@visactor/vchart/chore-auto-flow-experience_2025-12-26-07-42.jsonA common/changes/@visactor/vchart/fix-heatmap-label_2025-12-26-08-38.jsonM packages/vchart/src/series/heatmap/heatmap.tsM packages/vchart/src/theme/builtin/common/series/heatmap.ts关键片段与注意点:
heatmap系列与主题的颜色/标签逻辑有修改,建议重点关注颜色映射与标签布局的一致性。M .trae/jobs/auto-flow.md。测试与建议:
__tests__/unit/series/heatmap-color.test.tsheatmap的颜色插值与标签生成新增边界/异常用例,并补充函数级注释(JSDoc)。运行状态与风险:
后续动作:
skip。