[Chartjs]-Chart.js – How to place text outside of radar chart

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

Leave a comment