PG1204 opened a new pull request, #4217: URL: https://github.com/apache/texera/pull/4217
### What changes were proposed in this PR? <img width="1470" height="831" alt="Screenshot 2026-02-14 at 4 59 43 PM" src="https://github.com/user-attachments/assets/1f3f6967-f830-4162-b7d8-cb1b0e936da3" /> This change introduces a radar chart operator, which visualizes multivariate data by plotting multiple quantitative variables on axes that radiate from a central point. In a radar chart: - Each axis represents a distinct variable or feature. - Data points are plotted along each axis according to their value and connected to form a polygon. - Multiple observations can be overlaid for comparison. - The resulting shape and area provide intuitive insights into the strengths, weaknesses, and patterns across variables. - This visualization is especially useful for comparing feature profiles, identifying outliers, and understanding the distribution of values across several dimensions in a single, compact graphic. The operator takes as input a set of variables (features) for each observation and outputs a radar chart that enables easy visual comparison across all provided dimensions. ### Any related issues, documentation, discussions? No related issues, documentation, discussions have been linked to this feature at this time. ### How was this PR tested? A dedicated test file ([TestRadarChart.scala](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html)) was created to thoroughly test the radar chart operator, covering both typical and edge cases. The tests verify correct rendering and data handling for various input scenarios. In addition, all existing test cases were run using sbt test to ensure no regressions were introduced. Manual testing was also performed in the Texera UI to visually confirm the radar chart output. ### Was this PR authored or co-authored using generative AI tooling? This PR was co-authored by Perplexity AI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
