[Chartjs]-Change tool-tip direction in react-chartjs2

2👍

options: {
    tooltips: {
      yAlign: "bottom"
    }
}

The problem is I don’t know a way that the caret is in the middle of your box.

0👍

I think you need to add more configuration for your tooltip

Check what you can use for position and alignment of your Tooltip

Leave a comment