We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug If a pie chart is generated with different colors for each chunk, the colors disapear in the presentation.
Samples to Reproduce
type: pie labels: ["Understanding", UI Interactions, Outside IDE, Editing, Navigation] series: - title: data: [70,14,8,5,4] labelColors: true fill: true width: 60%
`
Expected behavior The chunks from the pie should have different colors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If a pie chart is generated with different colors for each chunk, the colors disapear in the presentation.
Samples to Reproduce
`
`
Expected behavior
The chunks from the pie should have different colors.
The text was updated successfully, but these errors were encountered: