-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
You can set
-
Hi, Can you please email us the code at [email protected]?
-
Clickable / Refreshed Gantt Charts, Other Features?
Pallav replied to ressystems's topic in Using FusionWidgets XT
Hi, As for vertical scrolling, we'll try and implement this in our next major version. >> 2. Clickable tasks. Can we make Javascript or external calls when a task is clicked on? Yes - you can do so. >> 3. Refresh the chart. I'd like to be able to re-load the chart with new data based on browser events (streaming won't really help much for us). You can use the client side JavaScript feature to do so. -
Hi, Can you try printing using the context menu > Print Chart?
-
Hi, Can you please give us a live URL where this is happening?
-
Hi, I'm afraid it's not possible in FusionGadgets. This is only supported in PowerCharts.
-
Hi, I'm afraid you cannot do so for a specific label. It's a collective property.
-
This API is not provided. Updates are done via XML only.
-
Hi, What all charts are you using in that page? Also, are any of those charts real time charts? If yes, what is the data load (number of visible points) per chart?
-
Hi, If you need padding between the chart caption/subcaption and start of canvas, you can set [chart captionPadding='xx' ..] where xx represents a pixel value.
-
Hi, I meant adding this constantly changing parameter at the end of the XML file name, when specifying this name in your Powerpoint presentation. The name of the XML file can stay the same.
-
Hi, I'm afraid we do not have an ETA for this yet, as the chart is still in our wishlist.
-
Instead of a spurious data, you can also add &ignoreAll=1
-
Hi, I'm afraid that's not currently possible.
-
Hi, I'm afraid that cannot be done.
-
Hi, Can you please send us the files at [email protected]?
-
I think a Gantt chart as at www.fusioncharts.com/gadgets would be better suited for this type of date-based data.
-
Actually, there's isn't a direct way to do it - as the chart is not designed that way (as we never received any such request for this chart). But a tweak would be use trend values with values inversely proportional to actual scale values. So, effectively the steps would be: - Create a chart with normal axis - Hide the axis values - Create trend lines that represent inversely proportional values w.r.t axis - Show trend values.
-
Instead of color attribute, please use the code attribute as under: <chart pallette='1' plotFillColor='00FF00' setAdaptiveYMin='0' showPlotBorder='0' showTickValues='0' lowerLimit='0' upperLimit='100' showBorder='0' showTickMarks='0' bgColor='FFFFFF'> <colorRange> <color minValue='0' maxValue='54.4444444444' code='FF0000' /> <color minValue='54.4444444444' maxValue='77.7777777778' code='00FF00' /> <color minValue='77.7777777778' maxValue='100' code='0000FF' /> </colorRange> <value>0</value> </chart>
-
Sure - we'll try and add it to our next major release.
-
Hi, One way to solve this would be to recompile the chart .fla with the intended width/height that you want to use. For example, currently we dynamically scale the chart at run-time to display the same. To make it print enabled for Mac-Safari, you can open the .fla, just change the width and height of .fla to x x y (where x and y are your required dimensions) and then export it.
-
Hi, Can you please send us the XML file for the chart at [email protected]?
-
Problems with Fusion Charts in Windows 2003 Server R2
Pallav replied to signusnet's topic in Bug Reports
Hi, Can you please try using FusionCharts v3 and then switch the debug mode of chart to on to see what might be causing the error? -
I'm afraid it's not possible in FusionCharts Free - it's only possible in FusionCharts v3.
-
Thomas, I'm afraid the next minor releases won't have this feature. However, we'll consider it for the major release.