I am exploring a unique approach to creating a timeline chart. I am seeking advice on the best way to implement this in the world of JavaScript.
My challenge is to create interactive milestones with descriptive text displayed on the Y axis, while displaying months on the X axis. Additionally, I need to represent horizontal bars corresponding to text labels, filled with color and showcasing milestones as small circles or diamonds along the bar.
I hope my explanation is clear. Can anyone provide insights on how to generate this type of visual representation using either Excel or JavaScript?
Thank you in advance.