-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Since you've 3 nested quotes, you'll have to use ASCII code for one of them. Like, use the ascii code of " for the innermost quote.
-
Martin, Please try debugging the movie to see what variables and objects are being instantiated? Also, what version of Flash are you compiling in?
-
Hi, I've just created a basic sample for you using Instrumentation Chart and FusionCharts JavaScript class. Please see the attachment. ISChart.zip
-
Hi, It gives me great pleasure to announce the released of FusionCharts FREE for FileMaker - a FileMaker specific version of FusionCharts FREE - and it's completely FREE to use. It boasts of the following features: Animated and interactive charts inside your FileMaker Pro solutions. No external plugins, No drivers, No server software required. Simple copy & paste installation. No internet connection or annual subscriptions
-
Hi, Just to update you, we're releasing this hover feature in FusionMaps v3.0.4 (coming this month).
-
I'm afraid that's not quite feasible.
-
Hi, This HTML doesn't seem to be using the JavaScript method of embedding - am I interpreting something wrong here?
-
You can reduce the number of columns to be seen in one screen of the chart using the attribute visiblePlot - that ways bigger labels can show up. Or, you can use the stagger mode of showing labels.
-
I believe it's the set link which is causing a problem. Please try any of these variations to see if they work: link='updateChart("CO#3");' link="updateChart('CO#3');" Basically, we're providing the parameter to updateChart function in quotes, as it's a string.
-
Hi, This is a feature of FusionCharts - not flash. In a drag chart, the default behavior is to drag - and therefore, the links need to be enabled.
-
Hi, In the select scatter chart, the anchors necessarily need to show up, as the selection on based on those points.
-
Hi, Thanks for your suggestion. We actually had this option in our previous version - and we'll again implement the same in our future versions too.
-
I'm afraid we do not implement any of these methods in FusionCharts. However, before providing the data to XML, you could use statistical methods to compress data - methods like sampling, or averaging data in blocks (using mean or median) etc.
-
No - just make sure that Flash Player 8 (or above) is installed.
-
We do not support negative values in pie chart.
-
I'm afraid there aren't more options to displaying the max value. At best, you can apply effects from STYLES.
-
The link can be alloted in the same way: <set .... link='YourLink.ext?...' /> If you need to send information from the link to your page, you'll need to append the info at the end of link (as querystring).
-
Yes - but make sure that you've right clicked > selected Enable Links on the chart, before clicking the links, as the default behavior is to drag.
-
In the standard charts, you can set <chart plotSpacePercent='80' ..> or in some charts, you've attributes to directly restrict maximum column width.
-
Can you please pass me the HTML and XML output?
-
I'm afraid it's not currently possible.
-
Please use the ascii code of the quote. We've demo-ed this in our blueprint application.
-
You can use this amount of data in Instrumentation Suite.
-
Adobe CS3 Flash 9.0 Action Script 3.0 - Guide for Flash Developers
Pallav replied to Pallav's topic in Bug Reports
John, FusionCharts is made in AS 2.0 (Flash 8) and would NOT work with AS 3 (Flash 9).