Dear Team,
Issue
Sometimes i have date series h:i:s from different sources.
The seconds do not have to match but are important for the user(s)
If the time does not match exact, you see only some datapoints in the tooltip.
I see several solutions
1) timeframe (+/- seconds) for inclusion. like timeframe is 2seconds:
datapoint time = seconds h:i:05 include if seconds +/- 02 => seconds h:i:03-h:i:07. closest matching one -> not all. I gues this one is not easy
2) Omit series from toolTip
3) Include only specified series in tooltip.
Is 1,2 or 3 possible in canvasJS
if yes how?
if not can you make it?
Thanks in advance
Ron