vishaalagartha opened a new issue, #20364:
URL: https://github.com/apache/echarts/issues/20364

   ### What problem does this feature solve?
   
   Zebra striping is a styling feature that can create clarity between 
horizontal or vertical columns in tables and graphs. It is a common feature in 
tables, but less common in graphs. The design I'm aiming to achieve is 
something like the ones below:
   <img width="492" alt="Screenshot 2024-09-23 at 9 40 36 AM" 
src="https://github.com/user-attachments/assets/02abe557-bd42-4dc7-b0be-6461b0bbd3c2";>
   <img width="489" alt="Screenshot 2024-09-23 at 9 40 56 AM" 
src="https://github.com/user-attachments/assets/04e6975c-708b-4598-9675-2746f02d18fb";>
   
   Note the vertical stripes on each x column.
   
   ### What does the proposed API look like?
   
   I'm not sure if there is an existing API for this or workaround, but I think 
the API should allow us to add the following parameters:
   *`zebraStripeDirection` (horizontal or vertical)
   * `zebraStripeColorEven` (even numbered column/horizontal color)
   * `zebraStripeColorOdd` (odd numbered column/horizontal color)


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to