Closed (outdated)
Project:
FusionCharts
Version:
6.x-1.x-dev
Component:
FusionCharts core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2011 at 09:29 UTC
Updated:
21 Apr 2016 at 18:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
murrayw commentedAfter a bit of poking around I saw that there are a bunch of new JS and CSS includes on a page now. This is probably due to the new support within FusionCharts Commercial for display without Flash using JS. Current examples in the gallery have the following template:
I have included a patch which corrects the JS and CSS to handle much of this. There are a couple of small gotchas still. Firstly, for some reason the style.css file isn't included with the page. If I change the file name to something else, it is included. Some Drupal weirdness going on there... Secondly the patch doesn't include the IE6 PNG fix.
Hopefully it will be enough to get some people up and running.
Comment #2
aaron1234nz commentedCheck that your settings are right (admin >> settings >> fustioncharts)
and that the fusionchart files are in the right place (admin >> Reports >> Status)
Comment #3
murrayw commentedYes, have checked those. I had selected Commercial option in settings and the SWF files were found OK in the report. The problem was with the JS file include. The file, "/JSClass/FusionCharts.js", was not included in my download for the commercial version. There are a bunch of new JS files which needed including as per the patch.
We may have the situation where the file structure for the commercial version has changed. I can't really confirm that though because my download is recent.
Comment #4
jedihe commentedIn my tests to update a site from (Commercial) version 3.2.1 to version 3.2.2 of Fusion Charts, I found that just replacing the FusionCharts folder with the newer one was not enough to get it working; after some tests, I was able to use v3.2.2 by modifying line 545 of fusioncharts.module to read:
(JSClass folder does not exist in v3.2.2 of the Commercial package).
I'm also attaching a patch in two formats (the "noprefix" mode seems to work better with drush make).
Comment #5
kenorb commentedClosed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.