Skip to content

Tooltip configuration does not work #6

Description

@serverlesspolska

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions