0👍
You could probably basically accomplish this by doing roughly the following:
- Specify a non-empty label only where you’d like the group label to appear (e.g. for every sixth datapoint or something similar)
- Then set the
tooltips.callbacks.label
option to return the label for each point so that they still appear in the tooltip as they originally would
Source:stackexchange.com