-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Yes - you can load the SWF from remote domain and provide data via dataXML. You just need to check cross domain SWF permissions here.
-
I'm afraid we do not have an option for this as of now.
-
Just change the order of week in your XML data.
-
Trendline Z AXIS - Placing Trendline On Top of Chart
Pallav replied to AllanBush's topic in General usage
I'm afraid no. -
Hi, Is it happening in IE 6 or IE 7?
-
Hi, We'll be releasing the PHP API for v3 very soon.
-
x-axis labels being truncated on line and area graphs
Pallav replied to Pallav's topic in General usage
Oh - I'm sorry the attribute works only in v3. In Free version, we do not have an alternate. -
You can just set [chart yAxisMaxValue='10] ...
-
Brian, If you do not want the chart to unescape the link for you, we'll have to customize the code for you.
-
Properly Displaying Parallel Tasks in Gantt Chart
Pallav replied to nakiayoung's topic in General usage
You'll need to specify the height and top-padding for each task in that case. An example is at http://www.fusioncharts.com/widgets/Gallery/Gantt5.html -
I'm afraid we do not expose on roll over event in FusionCharts.
-
In which browser is this happening?
-
Clicking on map entity isn't calling handler
Pallav replied to Pallav's topic in Using FusionMaps XT
Neil, We've released FusionMaps v3.0.5, which you may download from www.fusioncharts.com/PUC -
Get the data in your client side JS array, encode it in a form and post the form. Or, use AJAX.
-
We do not recommend using % mode.
-
Hi, FusionCharts is essentially a Flash movie that reads XML data at client side and then renders it as a chart. As such, you cannot directly generate a server-side image of the chart. The only way would be to have the charts rendered at client side and then post the bitmap data to server (either using user interaction or JS method) and then save it as an image for inclusion in PDF.
-
x axis has value and y axis no value in line graph
Pallav replied to Pallav's topic in General usage
Please see http://www.fusioncharts.com/docs/Contents/DiscData.html -
Hi, Can you please send us your XML at support [at] fusioncharts.com?
-
Can you please attach the XML generated by your code?
-
Can amounts be displayed on the 3D Pie Chart slices?
Pallav replied to Pallav's topic in General usage
I'm afraid you cannot show 2 labels for each pie. -
We've just released FusionCharts Free for FileMaker v2 with the following changes: - Added funnel chart - Added FusionCharts Library.fp7, which simplifies inclusion of FusionCharts in FileMaker applications - Added FusionCharts Configuration Tool that helps you build FusionCharts URL visually - Added FusionCharts Learner Kit created for the launching the learner apps - Database structure, table names and fields, in most of the applications have been changed to follow naming conventions and allow for better scripting. - Print Button has been provided in all the applications. - Enhanced scripts by adding more comments, pre-requisites and structuring them properly - Enhanced our documentation Additionally, there are a lot more minor changes that we've not listed above, but enable you to use FusionCharts more efficiently in your FileMaker applications. You can download FusionCharts Free for FileMaker v2 from www.fusioncharts.com/FileMaker. We would love to hear your suggestions/feedback/complaints on this at filemaker [at] fusioncharts.com
-
We've just released FusionMaps v3.0.5 with the following new features: * New: Ability to save maps as images and to invoke this functionality from JavaScript. * New: Ability to print maps from JavaScript. * New: Option to remove "Print Map" context menu item. * New: Option to show/hide entity label for individual entities. * New: Ability to handle the rollOver/rollOut event for entities in JavaScript/flash code. * New: Option to show entity long names as part of labels. * New: Map Specification Sheet Generator in JavaScript or as a Windows application. Generate CSV files for entity ids and names directly from map. * New: 125 maps in core suite. 2 additional packs (Europe & Americas/India) containing 170 additional maps that can be downloaded as part of your existing license. * New: ASP.NET code samples in both VB.NET and C# with new Master Page and Update Panel examples. * Improvement: FusionMaps JavaScript Class v1.3 with support for maps within FORMs and transparent mode. * Bug fix: Fixed Flash Player 9.0.115 problem where links were not being invoked when map was loaded in Flash movie. * Bug Fix: Security fix that restricts XSS attacks. FusionMaps now loads data from only relative URLs. Absolute URLs are not allowed. Licensed users may download the free upgrade from www.fusioncharts.com/PUC
-
You need to ScrollLine.swf and encode your data to multi-series XML format.
-
Hi, We can send you the .fla files so that you can modify.
-
Can amounts be displayed on the 3D Pie Chart slices?
Pallav replied to Pallav's topic in General usage
Yes - pls set [chart showPercentValues='1' ]