Home Forums StockChart Support Static tool tip icon Reply To: Static tool tip icon

#43179

@ezsolve,

You can use Unicode characters or emojis to render custom icons as index labels. Please check the code snippet below:

indexLabel: "\u263A",  //Unicode smiling face

OR

indexLabel: "😊",  //smiling face emoji


Thangaraj Raman
Team CanvasJS