Manahil-Afzal opened a new pull request, #130:
URL: https://github.com/apache/echarts-examples/pull/130

    PR fixes the mismatch between the displayed chart titles and actual node 
alignment in the Sankey examples. The changes ensure that:
   
   - `sankey-nodeAlign-left` now correctly shows the title "Node Align Left" 
and uses `nodeAlign: 'left'`.
   - `sankey-nodeAlign-right` now correctly shows the title "Node Align Right" 
and uses `nodeAlign: 'right'`.
   
   ### Before
   
   **sankey-nodeAlign-left**  
   Title: "Node Align Right"  
   Node alignment: `left`  
   
   ![Before 
Left](https://github.com/user-attachments/assets/bcbe4691-2daa-4d43-b7be-bb5ba582c0a5)
   
   **sankey-nodeAlign-right**  
   Title: "Node Align Left"  
   Node alignment: `right`  
   
   ![Before 
Right](https://github.com/user-attachments/assets/faaf7562-6f08-4023-afd5-587c7fcde6cb)
   
   ---
   
   ### After
   
   **sankey-nodeAlign-left**  
   Title: "Node Align Left"  
   Node alignment: `left`  
   
   
![Node](https://github.com/user-attachments/assets/6c73edce-7658-4d54-b7df-f11372a027b0)
   
   **sankey-nodeAlign-right**  
   Title: "Node Align Right"  
   Node alignment: `right`  
   
   
![Alignment](https://github.com/user-attachments/assets/f79a43dd-29ea-4ea5-87dd-f13d9435f682)
   
   
   ### Changes Made
   - Updated metadata `title` fields in 
`public/examples/ts/sankey-nodeAlign-left.ts` and 
`public/examples/ts/sankey-nodeAlign-right.ts`.
   - Verified alignment visually in the local dev environment.
   
   This change improves **clarity and accuracy** for anyone using these 
examples as reference for Sankey layouts.
   


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