Closed
Description
Simple test case:
var trace1 = {
labels: [1, 2, 3, 4],
values: [10, 15, 13, 17],
type: 'pie',
};
var update = {
'marker.colors': ['#200', '#400', '#600', '#800']
}
Plotly.newPlot(graphDiv, [trace1], {title: "test pie"});
Plotly.restyle(graphDiv, update);
http://codepen.io/anon/pen/RrEPgy?editors=0010
doesn't update colors.
seems like marker.colors not included somewhere to replot flags.
Metadata
Metadata
Assignees
Labels
No labels