Hi guys.
We’ve built a Spline Area graph using Cavasjs, we’re pulling in the data from SQL to update the data. It works on all browsers, other than Safari.
When I hover over in Inspector to the graph area in Safari, I can see the graph elements and cavas.js is loaded, however the data is note showing, the tooltip although doesn’t show in the inspector panel says “Sample Tooltip”
I did a little research and found it could be the date string, so I tried dd/mm/yy and dd-mm-yy but both methods had the same effect.
Has anyone had anything similar.