You must be logged in to post your query.
Home › Forums › Chart Support › Ho can I change toolTip {x}
Tagged: tooltip
If I write toolTipContent: “{x} ..”, Tooltip was displied “DD MMM YY”. refer https://canvasjs.com/docs/charts/chart-options/data/tooltipcontent/
I want to display “YYYY-MM-DD”.
How can I change toolTip x.
@sunnetjp,
You can use xValueFormatString to format the x values displayed in toolTip and indexLabel.
___________ Indranil Deo Team CanvasJS
Thank you! I can do it!
You must be logged in to reply to this topic. Login/Register