kz930 opened a new pull request, #8346:
URL: https://github.com/apache/texera/pull/8346

   ### What changes were proposed in this PR?
   
   Eighteen more visualizations implement `StandaloneCodeGenerator` — the ones 
that draw in a space of their own rather than over a table's columns: the polar 
family (polar, radar in its two forms, wind rose), the ternary pair, the 
three-dimensional scatter, the contour and carpet plots, the quiver field, the 
choropleth map, the gantt chart and time series over a clock, the gauge and 
bullet indicators, the dumbbell and filled-area comparisons, and the volcano 
plot.
   
   With these and #8344, every visualization Texera offers can be exported.
   
   Each is compared as a figure rather than as a frame, after both paths have 
drawn. A plot's meaning is in the numbers behind it, so that is what the 
comparison reads; comparing the rendered picture instead would fail over a 
layout detail that carries no meaning.
   
   ### Any related issues, documentation, discussions?
   
   Part of #8325. Builds on #8327, which adds the trait and the verification.
   
   ### How was this PR tested?
   
   `OperatorBehaviorSpec` verifies all eighteen against the operator they came 
from, drawing each twice and comparing the figures across the configurations 
each one's schema offers — 30 runs, none withheld.
   
   `WorkflowOperator` passes in full at 2538 tests.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 5)
   


-- 
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]

Reply via email to