Open
Description
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)'
}
}
}}
Metadata
Metadata
Assignees
Labels
No labels