So I'm using the latest version of FusionCharts and Chrome 18 for OSX and trying to create a chart using the PHPClass library. It works fine in flash but when I set the rendering method to javascript, the chart will load and I can see the basic info, labels, axes, etc, but no data actually on the chart. The page loads with no javascript errors but when I move my mouse around over the chart I can see the labels for the data points and the following message shows up in my js error console:
"event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future."
I noticed the minified version of jqueryincluded with FusionCharts is old so tried updating it to the latest version but it makes no difference.