Feat/aurora theme 0302#114
Merged
xuefei1313 merged 15 commits intoVisActor:test-releasefrom Mar 18, 2026
Merged
Conversation
added 15 commits
January 26, 2026 18:01
新增aurora主题包,包含完整的主题配置和示例代码
…feat/aurora-theme
将主题名称从vchart-semi-theme统一修正为vchart-aurora-theme 调整饼图内径为0,优化悬停和选中状态的外径和线宽配置
将默认颜色方案替换为新的配色,同时使用Object.entries重构颜色调色板生成逻辑
- 删除未使用的mark.ts文件 - 添加font.css支持自定义字体 - 重构charts组件支持分类展示和空状态 - 优化线图、饼图、柱状图等系列样式和交互 - 重构颜色方案和主题配置 - 更新demo页面结构,支持图表分类导航 - 添加多种图表示例和交互功能 - 优化图例、提示框等组件样式
refactor(legend): 简化图例样式配置 chore(deps): 升级@visactor/vchart及相关依赖至2.0.19版本 docs: 添加开发指南和任务列表文档
删除未使用的组件主题配置,简化系列样式定义 新增条形图专用颜色方案和交叉线配置 调整图例和交叉线组件以适应不同图表类型 优化主题索引文件结构,按图表类型组织配置 更新示例图表规范以展示新主题效果
添加双Y轴柱状图示例,展示金额和百分比数据 移除bar.ts中已注释的无用代码 更新TASKS.md任务状态
- 为面积图添加seriesMark配置 - 调整tooltip面板圆角样式 - 优化饼图样式和交互,包括最小角度、标签布局等 - 更新demo中的图表配置,包括半径、标题和状态交互
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.
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
copilot:summary
🔍 Walkthrough
copilot:walkthrough