google / google-visualization-issues

288 stars 35 forks source link

Sankey charts - same node and multiple links but with different colors #2992

Open sidgangs99 opened 1 year ago

sidgangs99 commented 1 year ago

Hello,

I am currently using Sankey charts from Google Charts to visualize some data. In my scenario, there are multiple links originating from the same node, but I want each link to have a different color. I have attempted to assign custom colors to these links, but I have found that the chart only allows one color for all links originating from the same node.

Is there any way to achieve my desired functionality, or is this feature not currently available in Sankey charts from Google?

Thank you for your help.