Open lukewendling opened 7 years ago
Hi Luke! Sorry I'm so late to this. I ran into the same problem. I figured that the problem is in the subtraction of the dates. If your dates have hours (which usually happens on the constructor of Date because of localization) then there is the possibility that Number(date) - Number(serie.data[i][aes.x])
will indeed be greater than Number(serie.data[i][aes.x]) - Number(serie.data[i - 1][aes.x])
. The solution is to remove hours.
I'm looking for assistance in understanding the tooltip display.
Problem: I only see the minimal date text in the tooltip, instead of the additional label and coloring.
This bit of code is why
Data looks like this
Chart config:
Any ideas greatly appreciated!