Is it possible to add tooltips to image's drawn on an HTML5 canvas?
问题 I would like to draw a line or bar graph using HTML5 canvas. I would like to take in data from an outside source (or hardcode it in for testing purposes) draw the graph Hover over a node/bar and have a tooltip appear displaying the number/relevant data. So my question is, it is possible to apply tooltips to individual images/lines/anything on a canvas? (I know that the canvas itself can have it's own tooltip) One solution that I'm sure would work would be to just make each node a separate