Home Forums Chart Support Prefix to Axis X value in tooltip Reply To: Prefix to Axis X value in tooltip

#34252

@hardworkmedicina,

You can use the toolTipContent property to customize the content of the toolTip and add a prefix to the x-value as shown in the code snippet below,

toolTipContent: " Simulando {x} <br/> <span style='\"'color: {color};'\"'>{name}:</span> {y}",

Kindly take a look at this JSFiddle for an example on customizing the toolTip content using toolTipContent property.

Customized toolTip Content


Adithya Menon
Team CanvasJS