Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1724 by combustioncat: Bug: Sankey Node Custom Color does not work
https://code.google.com/p/google-visualization-api-issues/issues/detail?id=1724
What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Create Sankey chart
2. Specify custom node color
3. Nodes are always blue no matter what you specify.
From the example given;
var options = {
width: 600,
sankey: {
link: { color: { fill: '#d799ae' } },
node: { color: { fill: '#a61d4c' },
label: { color: '#871b47' } },
}
};
But notice that even the example for this;
https://developers.google.com/chart/interactive/docs/gallery/sankey#Colors
- The node colour is not #a61d4c as specified (Dark Red) but is instead
always blue.
What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
Sankey
Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)
Yes.
What operating system and browser are you using?
Win 7, Chrome
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************
Attachments:
Capture.PNG 62.8 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings