-
Notifications
You must be signed in to change notification settings - Fork 84
[Auto release] release 2.0.7 #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
[Auto Sync] Sync the code from branch main to branch develop after release 2.0.6
test found when data is empty, score still can be non-zerotest(chart-advisor): add scorer tests
…atMap fix: fix BasicHeatMap key in chartTyprMap
chore: remove useless compile in unit-test workflow
- Removed existing jest configuration and replaced it with a simplified structure. - Updated TypeScript configuration to include test files. - Added new test files for base functionality and scoring logic. - Implemented scoring functions for various chart types, enhancing the scoring mechanism. - Removed outdated snapshot tests to streamline the testing process.
fix readme-zh.md
- Renamed to and adjusted its logic for combined line charts. - Cleaned up the TypeScript configuration by removing unnecessary test directory inclusion.
…Cell test: add test checkChartTypeAndCell
test(chart-advisor): add test case for chart-advisor/src/score.ts
添加针对 getChartSpecWithContext 方法的单元测试,验证其生成基础饼图规范的能力。测试用例包含品牌市场份额数据,检查生成的图表类型、数据字段映射是否正确。
…cHeatMap (add specific test for functions in heatmap.ts)
…e (add specific test for functions in gauge.ts)
…Context-gauge test: add test case of getChartSpecWithContext when chartType is gauge
…Context-BasicHeatMap test: add test case of getChartSpecWithContext when chartType is BasicHeatMap
…WithContext-pie test: add test case of getChartSpecWithContext when chartType is pie
- Add test case for BoxPlot chart generation - Verify correct field mapping (xField, minField, q1Field, etc.) - Test data structure validation - Closes #226
test: add unit test for getChartSpecWithContext with BoxPlot chart type
refactor: refactor generate-chart
Refactor/generate chart
Chore/fix spec to image test
xile611
approved these changes
Jul 9, 2025
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.
🐛 fix