
Christian.Lanctot
-
Content count
3 -
Joined
-
Last visited
Posts posted by Christian.Lanctot
-
-
Hi there FusionCharts. The attached code used to work just fine in 3.2.4 . Without changing anything, I tried to use it with version 3.4.0 and only the top level chart rendered. Clicking on a bar comes up with an empty chart with this message: "No data to display".
I checked the Linkeddata xml for any errors and I can't seem to find any. What am I missing?
-
dynamic switching of chart types
How was your demo on the above page done? i'm trying to do some stuff with clone() and I'm running into all sorts of problems.
Thanks
LinkedData not working in 3.4.0
in XML Issue
Posted · Edited by Christian.Lanctot · Report reply
I don't think you understand my question: My <chart><dataset><set> stuff is fine. It works perfectly fine in Fusioncharts 3.2 but it doesn't in Fusioncharts 3.4.
Let me repeat that: I take my generated HTML file and use it in the Fusioncharts 3.2 environment and no problems. I can drill down (linked charts) to all my <linkeddata> parts. If I put the same HTML file in the Fusioncharts 3.4 environment the top level chart renders exactly as in 3.2 but clicking on a bar to drill down (linkeddata) produces the "no data to display" error.
This is EXACTLY the same file. No changes except the <script type="text/javascript" src="FusionCharts_XT/js/FusionCharts.js"> to reflect the differences in directory structure between version 3.2 and 3.4
So why is it behaving differently? Does this have anything to do with line 4617 of fusioncharts.js (after you JSformat the source) ? It has a line which reads: m = L; A = "json". In version 3.2 similar code is found in FusionCharts.HC.js at line 1749. But this time it's A = q; m = "json".
Do I need to format my linkeddata to Json now? I was assured that xml data would still be fully supported in 3.4
I would paste the sample right here but your forum software refuses to allow-me to paste anything. And I'm certainly not going to retype it all. Not only would it take too long, but I would probably introduce some typing errors which would invalidate it.
PS: I noticed that my original post didn't have any attachment. I did use the attachment feature in this forum and it didn't report any errors so I thought it was fine.
PPS: I noticed that the PASTE feature in your forum doesn't work in Internet Explorer 11.0.9600.17207 so used Chrome 22.0.1229.79 and as you can see below, it works. You might want to fix your forum software to support IE 11.