Manahil-Afzal opened a new issue, #129: URL: https://github.com/apache/echarts-examples/issues/129
Steps to Reproduce Open the ECharts Official Editor for sankey-nodeAlign-left or sankey-nodeAlign-right. Observe the chart title and node alignment. Compare nodeAlign value in code vs. displayed title. Notice the mismatch: right-aligned nodes are labeled as "Node Align Left" and left-aligned nodes are labeled as "Node Align Right". Current Behavior sankey-nodeAlign-right uses nodeAlign: "right" but title shows "Node Align Left". sankey-nodeAlign-left uses nodeAlign: "left" but title shows "Node Align Right". The visual alignment does not match the title or file name. In particular: sankey-nodeAlign-right: nodeAlign: "right" Title: “Node Align Left” sankey-nodeAlign-left: nodeAlign: "left" Title: “Node Align Right” Because these demos are frequently used as authoritative references when diagnosing Sankey layout behavior, this contradiction creates a false baseline for comparison. It becomes unclear whether observed alignment behavior is a rendering issue or simply an example mismatch. -- 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]
