-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Steve, I'm afraid you cannot add line breaks in the legend. You can just control it's font and effect (shadow, bevel, glow etc.) properties.
-
We've identified the problem of cropping during printing and would be fixing the same in our next release (in a few weeks time). Thanks a lot for your inputs and time and sorry for any inconvenience due to this.
-
We've identified the problem of cropping during printing and would be fixing the same in our next release (in a few weeks time). Thanks a lot for your inputs and time and sorry for any inconvenience due to this.
-
We've identified the problem of cropping during printing and would be fixing the same in our next release (in a few weeks time). Thanks a lot for your inputs and time and sorry for any inconvenience due to this.
-
Scott, The minor revisions do not feature in "Updates" section of PUC. Instead, these can be downloaded by just clicking on re-download links in "My Orders" section. Also, to check the version of a chart, just switch the debug mode of chart to on - and it'll show you the version.
-
FusionCharts is rendered on the client side using Macromedia Flash Player. Essentially, FusionCharts is a set of .swf files, which when requested by the users, downloads on his/her machine, reads the XML data and then plots the chart. Owing to limitation of Macromedia Flash Player itself, which doesn
-
Please see http://www.fusioncharts.com/FusionCharts/Docs/ > XML By Chart Elements section to see how to control various properties of the charts.
-
v3.0.2 of all the 3 products (FusionCharts, PowerCharts and PowerMaps) allow you to suppress this context menu item. To download v3.0.2, log in at www.fusioncharts.com/PUC and then go to "My Orders" section. Also, make sure of the following: You've over-written your old SWF files with the new ones. You've cleared your browser cache after this.
-
For which chart do you need it? In most charts, the prefix and suffix need to be defined at chart level itself.
-
Can you please send us the following information: OS: Charset installed: Support for which languages installed: Browser: Flash Player Version:
-
This is happening because of certain charsets on certain systems. In FusionCharts, we use the block character to display the rectangle in legend. Some systems are unable to reproduce the block and therefore show it as outline. We're trying to investigate into this and would post an update soon.
-
This controls the application message language i.e., messages like "Loading Data." or "Loading Chart" etc. By default FusionCharts supports English language only. However, if anyone wants to add any language, we've given an easy option in the framework (source code) to add it. The language can then be exposed using a 2 character ISO code, which can be provided in the JavaScript file. To customize the language, you'll need to have the source code license of FusionCharts.
-
Hi, Thanks for this suggestion. We'll definitely try and implement this in our next version.
-
This chart is not a part of FusionCharts v3 - but Instrumentation Suite, and was fixed in Release 2a of the same.
-
Can you put your page live so that we can see what might be going wrong?
-
Hi, I'm afraid we've not yet tried integrating FusionCharts with this technology (and so, we do not even have any code samples for this). But, if you can output XML data from Lasso, you can easily integrate FusionCharts with it (though, I agree, it will need some time to set it up for the first time).
-
The attribute name is enableLink instead of enableLinks. We're really sorry for the error in documentation and will fix it in next release.
-
What error do you get when you click on a pie chart?
-
Are you just plain recompiling v3 charts or using FusionCharts inside your Flash movies? If it's the former case, can you try clearing the ASO cache and then recompile?
-
Scott, Do you get the same result when you use the "Print Chart" option from context menu of the chart?
-
The legend in FusionCharts is rendered using the block square character in HTML text fields. On some machines (due to certain charsets), this character is not displaying properly, and results in showing a hollow rectangle. We're currently trying to resolve it - but it's taking longer, as we're unable to replicate the same on any of our machines. Thereby, the source of charset problem is yet undetected.
-
Do fusion charts support scaling an axis dyamically
Pallav replied to Scott Sinclair's topic in General usage
Scott, Currently, we do not have this chart. However, this is already in our development schedule and you can expect to see something like that in a few months time. -
What you can do is: Load the chart initially without any data (like in few of our blueprint charts) Use AJAX to load the XML data from server on-demand Provide this data to chart at client side. This way, the XML data is never exposed to end user and you can build your authentication wrappers around data retrieval too.
-
How to insert line breaks on displayValue attribute of line (trendline)
Pallav replied to a topic in General usage
If you're using the dataXML method, there would be a conflict between the < specified in the XML, the actual XML element lt opening sign and the HTML lt sign to embed the chart. So, you need to use this in dataURL method. -
Can you please post the PHP page as attachment (zip)?