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
On line charts, it works very well.
On bar charts, the color is not being displayed in the tooltip.
Is there any way to fix this?
The text was updated successfully, but these errors were encountered:
@mrholek any fix for this?
Sorry, something went wrong.
@sibidharan you should pass pointBackgroundColor in your dataset for CChartLine like:
pointBackgroundColor
CChartLine
<CChartLine ... data={{ .... datasets: [ { backgroundColor: 'transparent', borderColor: '#321fdb', borderWidth: 2, data: [41, 78, 51, 66, 74, 42, 89, 97, 87, 84, 78, 88, 67, 45, 47], pointBackgroundColor: '#321fdb' }, ], }} ...
No branches or pull requests
On line charts, it works very well.
On bar charts, the color is not being displayed in the tooltip.

Is there any way to fix this?
The text was updated successfully, but these errors were encountered: