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
I'm looking for a way to combine multiple data sets with my own array of colors.
An idea is to check for the presence of an array of arrays in chartColors:
chartColors: [ ["2196F3", "2196F3", "2196F3", "2196F3"], ["CCCCCC", "CCCCCC"", "CCCCCC"", "CCCCCC"], ]
When i change bar colors manually via Powerpoint the color is appears in /c:barChart/c:ser/c:spPr/a:solidFill/a:srgbClr
Would a pull request be accepted or could we sponsor the maintainer to implement this feature?
The text was updated successfully, but these errors were encountered:
I also want same feature as the attached image. Is there any way to accomplish this?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm looking for a way to combine multiple data sets with my own array of colors.
An idea is to check for the presence of an array of arrays in chartColors:
When i change bar colors manually via Powerpoint the color is appears in /c:barChart/c:ser/c:spPr/a:solidFill/a:srgbClr
Would a pull request be accepted or could we sponsor the maintainer to implement this feature?
The text was updated successfully, but these errors were encountered: