So I've been trying to create a graph similar to the image below using Apex Charts.
The black and gray tooltips are supposed to be shown indefinitely, while the blue tooltip is supposed to show only upon clicking the corresponding graph marker.
I've tried doing my own solution, but the farthest I've gone is being able to style each tooltip and making them appear in their corresponding marker on hover. I was also unable to make multiple tooltips appear at the same time. Only a single tooltip would appear on every mouse movement.
So my question is, is there a way to do such by using Apex Charts? If no, are there other React chart libraries you could recommend that would be able to accomplish such?
Thank you in advance.