kz930 opened a new issue, #8503:
URL: https://github.com/apache/texera/issues/8503

   ### Feature Summary
   
   Ten visualization operators still have no standalone form, so a workflow 
ending in one of them exports a script with a commented placeholder where the 
chart should be.
   
   What they have in common is the question they answer: how a value varies 
across a domain, rather than where a single row sits on an axis. Filled Area, 
Contour, Dumbbell, Time Series, Quiver, Choropleth Map, 3D Scatter, Volcano, 
Gantt and Carpet.
   
   ### Proposed Solution or Design
   
   Each implements `generateStandaloneCode`, emitting the plotly its executor 
emits and writing the page to the file the translator names for it, so a plan 
holding two charts writes two files rather than one overwriting the other.
   
   A chart that cannot be drawn writes the reason to that page rather than 
printing it. The engine's operator yields a page either way, so an export that 
printed instead would leave the run with no file where the workflow had one, 
which reads as a crash.
   


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