0

How to render text inside the scatter chart with Chart.Js. The scatter chart (i'm using) has the Zoom/pan plugin, so, i want the text to be anchored to the x/y coordinates of the plot when I'm panning the chart.

Thanks in advance!

Ram
  • 1,011
  • 2
  • 8
  • 5

1 Answers1

0

Have a look at datalabels plugin. Although you are saying that you have a scatter chart and datalabels does not seem to support this.

Still you could check what you can do with bubble chart, here is a live example.

Kev
  • 5,049
  • 5
  • 32
  • 53
  • Kev, Thank you very much for your response. Is it possible to have a custom text on the plot? ex: At point x:40,y:30, can I have a text/text block saying, "This is my positive quadrant" – Ram Sep 10 '19 at 03:46