Hello,
I’m trying to draw a chart with two data series, like this: https://canvasjs.com/javascript-charts/solid-dashed-line-chart/
and I want to change the tooltip content, but only the shared one, for example, in above web demo, I want to change only the date format.
How can I do this?
Thanks.