You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I wanted to separate the tooltips by chart type. Currently, I have a mixed chart (stacked bar with multiple datasets and a 2 line chart).
Is it possible to group the stacked bar in 1 tooltip and each for the line chart? Which mean there will be 3 kinds of tooltips showing different information.
I tried using the code below, but it grouped everything together including the line chart. If possible at least I wanted to separate line and bar chart tooltip grouping. interaction: { mode: "index", }
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I wanted to separate the tooltips by chart type. Currently, I have a mixed chart (stacked bar with multiple datasets and a 2 line chart).
Is it possible to group the stacked bar in 1 tooltip and each for the line chart? Which mean there will be 3 kinds of tooltips showing different information.
I tried using the code below, but it grouped everything together including the line chart. If possible at least I wanted to separate line and bar chart tooltip grouping.
interaction: { mode: "index", }
Beta Was this translation helpful? Give feedback.
All reactions