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

   This PR introduces a new visualization operator, Strip Chart, which displays 
multiple metrics over time as a series of horizontal lines, allowing users to 
track trends and patterns across different data streams. The operator can 
generate one or multiple charts depending on the input data.
   
   X-axis: Maps the primary dimension (e.g., time or category) of the data.
   Y-axis: Maps the metric values to display along the vertical axis.
   Facet column: Splits the data into multiple subplots based on a categorical 
column.
   Color-by: Applies different colors to data points based on a categorical or 
grouping attribute.
   
   <img width="1512" height="853" alt="StripChartPt" 
src="https://github.com/user-attachments/assets/e65422a1-b636-46a6-ad44-213e7a6adc91";
 />
   


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