VMind
VMind copied to clipboard
test: add test getChartSpecWithContext with lineChart
🤔 This is a ...
- [ ] New feature
- [ ] Bug fix
- [ ] TypeScript definition update
- [ ] Bundle size optimization
- [ ] Performance optimization
- [ ] Enhancement feature
- [ ] Refactoring
- [ ] Update dependency
- [ ] Code style optimization
- [x] Test Case
- [ ] Branch merge
- [ ] Release
- [ ] Site / documentation update
- [ ] Demo update
- [ ] Workflow
- [ ] Other (about what?)
🔗 Related issue link
#215
🔗 Related PR link
🐞 Bugserver case id
💡 Background and solution
add unit test for getChartSpecWithContext() when chartType is linechart
📝 Changelog
| Language | Changelog |
|---|---|
| 🇺🇸 English | add unit test for getChartSpecWithContext() when chartType is linechart |
| 🇨🇳 Chinese | 为getChartSpecWithContext()添加单测(图标类型为折线图) |
☑️ Self-Check before Merge
⚠️ Please check all items below before requesting a reviewing. ⚠️
- [x] Doc is updated/provided or not needed
- [x] Demo is updated/provided or not needed
- [x] TypeScript definition is updated/provided or not needed
- [x] Changelog is provided or not needed
🚀 Summary
copilot:summary
🔍 Walkthrough
copilot:walkthrough
Besides this test case, you can also add a test case of line chart with color field.