You must be logged in to post your query.
Home › Forums › Chart Support › Searchable Text with browser CTRL+F Find
Is there a way to make lables searchable with a browsers native CTRL+F (find)?
Perhaps by laying a hidden <DIV> over the label?
@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
You must be logged in to reply to this topic. Login/Register