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

   ### What problem does this feature solve?
   
   Imagine a Sankey chart like this where the value of a node is 
disproportionally bigger than other nodes.
   
   
![Image](https://github.com/user-attachments/assets/2568763c-efc3-4d95-8bfc-55a97248c7fe)
   
   The chart looks accurate but it is not useful to see the relative 
differences between nodes. A more useful way to show this data would be to 
scale the data logarithmically and render it like that:
   
   
![Image](https://github.com/user-attachments/assets/b763c3ca-4052-4241-896b-e0fcfb005e92)
   
   ### What does the proposed API look like?
   
   The Sankey series should support `type: 'log'` and `logBase` options similar 
to `yAxis` and other axis types. 


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