fix(radar): correct legend margin control in the radar chart#39414
fix(radar): correct legend margin control in the radar chart#39414vhogberg wants to merge 2 commits intoapache:masterfrom
Conversation
There was a problem hiding this comment.
Code Review Agent Run #93a151
Actionable Suggestions - 1
-
superset-frontend/plugins/plugin-chart-echarts/src/Radar/transformProps.ts - 1
- Logic Bug · Line 365-381
Review Details
-
Files reviewed - 1 · Commit Range:
345ea28..345ea28- superset-frontend/plugins/plugin-chart-echarts/src/Radar/transformProps.ts
-
Files skipped - 0
-
Tools
- Whispers (Secret Scanner) - ✔︎ Successful
- Detect-secrets (Secret Scanner) - ✔︎ Successful
- Eslint (Linter) - ✔︎ Successful
Bito Usage Guide
Commands
Type the following command in the pull request comment and save the comment.
-
/review- Manually triggers a full AI review. -
/pause- Pauses automatic reviews on this pull request. -
/resume- Resumes automatic reviews. -
/resolve- Marks all Bito-posted review comments as resolved. -
/abort- Cancels all in-progress reviews.
Refer to the documentation for additional commands.
Configuration
This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.
Documentation & Help
Code Review Agent Run #b2da41Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
SUMMARY
Margin control on the legend of radar charts had no effect. Compute a shifted center based on legendMargin and legendOrientation to move the chart in the appropriate direction and make room for the legend.
What changed
TESTING INSTRUCTIONS
Create a Radar Chart with at least 3–5 categories/series so legend is visible. Then, in the control panel:
ADDITIONAL INFORMATION