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 expected all the colors but seems as if the last color gets shown and others are hidden behind it.
Only the last dataset's background color is shown
The black markers above point to the different colors for the datasets yet only the last one(shown at the top) is being shown.
My color object looks like this
'graphConfiguration': { 'colors': { 'tpgs': ["#CA9BC1", "#EE7A75", "#99A9BF", "#66A19F", "#CA9BC1", "#EE7A75"] } }
I fill the background color on the fly using js like this lineChartData['datasets'][i].backgroundColor = graphConfiguration.colors.tpgs[i];
lineChartData['datasets'][i].backgroundColor = graphConfiguration.colors.tpgs[i];
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #2719
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
I expected all the colors but seems as if the last color gets shown and others are hidden behind it.
Current Behavior
Only the last dataset's background color is shown
The black markers above point to the different colors for the datasets yet only the last one(shown at the top) is being shown.
Possible Solution
Steps to Reproduce (for bugs)
My color object looks like this
I fill the background color on the fly using js like this
lineChartData['datasets'][i].backgroundColor = graphConfiguration.colors.tpgs[i];
Context
Environment
The text was updated successfully, but these errors were encountered: