Is it possible to make such a chart ? #11810
Unanswered
Mr-Unfreeze
asked this question in
Q&A
Replies: 2 comments
-
@Mr-Unfreeze in my opinion, you could use chartjs-plugin-annotation to draw the bubbles on the chart. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This video should help, it is custom build plugin specifically to your sample: https://youtu.be/Uizslr1zrJc?si=Pzfj5z6_s3K2wXxM |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'd like to create a line chart such as this one:

This chart displays the completion of specific objectives on a timeline, with orange circles aligned to the corresponding year. I have already created a line chart with dates on the X-axis and values on the Y-axis, and now I would like to add the orange bubbles.
Each orange bubble can be bound to a variable I already have. I just don't know how to write such a line chart.
Can someone please assist me ?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions