Skip to content

How to make all dataset values show in tooltip at same time? #9082

Answered by LeeLenaleee
danthegoodman1 asked this question in Q&A
Discussion options

You must be logged in to vote

In the plugins section of your options you have to specify the tooltip mode to index like so:

options: {
  plugins: {
    tooltip: {
      mode: 'index'
    }
  }
}

Live example: https://www.chartjs.org/docs/master/samples/tooltip/interactions.html

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@danthegoodman1
Comment options

Answer selected by kurkle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants