donut chart: data.color function broken
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
https://c3js.org/samples/data_color.html
the above example demonstrates real-time modification of chart color via `data.color = function () {}`.
if you, in that example, change the chart type to `donut`, you'll see the color modification is broken -- it does not respect the generated color from the callback.
it does not respect the generated color but uses the legend color instead.
Contributor guide
Assessment
This issue has not been assessed yet.