Skip to content

Conversation

@qingning7
Copy link

[中文版模板 / Chinese template]

🤔 This is a ...

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

🔗 Related issue link

close #229

🔗 Related PR link

🐞 Bugserver case id

💡 Background and solution

💡 Background and solution

The unit test for the circularProgress chart type was missing in the getChartSpecWithContext function.
I have added a new test file getChartSpecWithContext_circularProgress.test.ts to verify that the function correctly generates the spec when the chart type is set to CIRCULAR_PROGRESS.

📝 Changelog

Language Changelog
🇺🇸 English Add unit test for circularProgress
🇨🇳 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

@github-actions github-actions bot added the vmind label Jan 17, 2026
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.

[unit test] add test case of getChartSpecWithContext when chartType is circularProgress

1 participant