-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
In FusionCharts Free, we do not have auto palettes - you'll have to manually specify colors.
-
Can you please try the method explained at http://forum.openlaszlo.org/showthread.php?t=7270?
-
Please send us a stripped down version of your .fla. We'll debug it for you.
-
In v3, you've individual <set showValue='1/0' ..>
-
We use something like this in PHP: $strLink = urlencode("updateChart(" . $intYear . "," . chr(34) . $ors['Country'] . chr(34) . ");"); $strXML .= "<set label='" . escapeXML($ors['Country'], $forDataURL) . "' value='" . $ors['Average'] . "' link='" . $strLink . "'/>"; And something like this in ASP: 'Generate the link strLink = Server.URLEncode("updateProductChart(" & intYear & "," & oRs("MonthNum") & "," & ors("CategoryId") & ");") 'Append data strDataXML = strDataXML & "<set value='" & oRs("Total") & "' link='" & strLink & "'/>"
-
Which verison of FusionCharts are you using?
-
I'm afraid that's not currently possible.
-
This was release 2a, and we're coming with v3 in August.
-
Non multi scrolling column chart - Is it possible?
Pallav replied to Pallav's topic in General usage
Use the same SWF and provide 1 series of data. For each set, specify your color <set value='xx' color='HexCode' /> -
The professional license would cover both.
-
FusionCharts is rendered on the client side using Adobe 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 Flash Player itself, which doesnt allow saving the end output of the chart as image, FusionCharts too is bounded by the same limitations. As such, you cannot directly save the charts as bitmap/image/PDF. Indirect ways of saving chart image are: - You can third party tools like www.flashcapture.com to take one-click screenshots of the generated charts and then use it. - You can use PDF Print drivers like www.pdf995.com to save the chart as PDF (by capturing it from Print Stream of your Operating System).
-
We've added smart labels in v3, which can help you resolve this.
-
Hi, Our pie/doughnut chart do NOT support negative values.
-
Can you make sure you've added the DLLs from our download into your BIN folder?
-
This attribute works if you set off smart labels. With smart labels, it's automatically calculated.
-
Can you just run the debug mode of chart to see if data is coming right to it?
-
Can you forward me the output XML generated for the first chart by your CF script?
-
Attachment below. FI2_Gantt.zip
-
Jim, Can you try using the attached chart?
-
If you're using FusionCharts v3, set <chart clickURL='your URL here' ...>
-
Do you need variable width for each column on the chart?
-
I'm afraid we do not have a direct chart - but you can create stacked area charts with %, by providing directly % figures in chart.
-
Caling Instrumentation charts using Javascript
Pallav replied to kotesh's topic in Using FusionWidgets XT
The Gantt chart is built on v2 platform and as such does not call FC_Rendered function or doesn't support setDataURL/setDataXML method (after rendering). We will be coming with a v3 of the same in August. -
As of now, there isn't an in-built mechanism. We'll be adding that in sometime.
-
Can you please make sure you're using FusionCharts JavaScript class to embed the charts?