coreui/coreui-react-chartjs

Tooltip configuration does not work

serverlesspolska opened this issue · 1 comments

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)'
    }
  }
}}