Home Forums Chart Support Searchable Text with browser CTRL+F Find

Searchable Text with browser CTRL+F Find

Viewing 2 posts - 1 through 2 (of 2 total)
  • #44551

    Is there a way to make lables searchable with a browsers native CTRL+F (find)?

    Perhaps by laying a hidden <DIV> over the label?

    #44562

    @dpanscik,

    Regular HTML text can be selected, searched and interacted with, but the text drawn on canvas is like a picture. When you draw text on the canvas, you’re actually just coloring pixels to make it look like text. Hence, it’s not possible to search the text within chart using ctrl+f. Please refer to this stackoverflow thread for more information.

    __
    Sachin Bisht
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.