Skip to content
New issue

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

Tooltip configuration does not work #6

Open
serverlesspolska opened this issue Oct 4, 2021 · 1 comment
Open

Tooltip configuration does not work #6

serverlesspolska opened this issue Oct 4, 2021 · 1 comment

Comments

@serverlesspolska
Copy link

Tooltip configuration does not work.
The following code shall render tooltip which is orange, and text is red. It does work with vanilla ChartJS lib (live sample: https://jsfiddle.net/q84hfwsm/2/), but does not work with this coreusi-react-chartjs library.

options = {{
  plugins: {
    tooltip: {
      bodyColor: 'red',
      backgroundColor: 'rgba(249, 231, 159, 1)'
    }
  }
}}
@miguel-martinr
Copy link

#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants