-
Content count
2,097 -
Joined
-
Last visited
-
Days Won
12
Everything posted by FusionCharts Support
-
Missing } After Property List
FusionCharts Support replied to Bliksem's topic in FusionCharts and PHP
Can you pass us the following? 1. dimensions of your charts 2. Types of charts used 3. data used for each chart so that we can test it at our end. -
Missing } After Property List
FusionCharts Support replied to Bliksem's topic in FusionCharts and PHP
you can check the max post size of your charts from the network tool and then set as per your requirements. The safest size would be width x height x 7 bytes. -
Server-Side: Saving On Server Disk Problem
FusionCharts Support replied to Mauricio's topic in General usage
Hi, As of now, the export feature of JavaScript charts does not natively saving the exported image to server. It always returns back the image as download. However, you can setup your server to install the export handler and modify the code of the export handler to save the exported image in a server location. -
Hi, Can you try once : 1. removing all escape functions from volume_dashboard code 2. replace var chartObjc = getChartFromId("chart_monthly_count"); with var chartObjc = getChartFromId("yr_vol"); ( there seems to be no chart with "chart_monthly_count" as id in your code ) and let us know?
-
Multi Series Lines Atuo Coloring & Threshold Coloring
FusionCharts Support replied to Reno's topic in General usage
Hi, As of now, for lines chart uses a pre defined set of colors (these colors work independently and apart from trennd-line colors) which you can also modify using paletteColors attribute. It takes comma separated hex colors. So, all you would need to do is to define this attribute with a set of colors which do not conflict with your trendline colors. -
Chart Cannot Be Downloaded As Jped And Png Image
FusionCharts Support replied to Lekshmi's topic in FusionCharts and PHP
You need to have GD and ZLib libraries installed with PHP -
Div Line Intervel Not Getting
FusionCharts Support replied to OMMPAVAN's topic in Javascript Problems
Hi, Can you please let us know the following? 1. Chart type used 2. Width and height of the chart -
Missing } After Property List
FusionCharts Support replied to Bliksem's topic in FusionCharts and PHP
HI, By any chance does your server has a limitation to the POST size. This can be set and increased in php.ini. Bigger sized and complex looking charts do post a huge amount of data to the export handler and if they cross the POST limit, the extra data is cut off and the export handler gets incorrect/insufficient data. Can you please check once render very small sized (300x 300) charts once? -
Json Attribute For Error Message Color
FusionCharts Support replied to WebDevSarah's topic in Javascript Problems
Hi, There is a kind of easter-egg if you are using Flash charts! You can use configure() function to set the color of the loading text using the "pbartextcolor" setting as shown in the example below: myChart.configure( "pbartextcolor", "00FF00"); The other similar settings are: pbarheight pbarbgcolor pbarborderthickness pbarbordercolor pbarwidth -
Getchartfromid Doesn't Work In Firefox And Chrome
FusionCharts Support replied to raviborra's topic in Javascript Problems
Hi Ravi, Hi, If you are using FusionCharts v3.2 or FusionCharts XT, we recommend to use FusionCharts(id) or FusionCharts.items(id) . Hope this helps -
Getchartfromid Doesn't Work In Firefox And Chrome
FusionCharts Support replied to raviborra's topic in Installation and Upgrades
Hi, If you are using FusionCharts v3.2 or FusionCharts XT, we recommend to use FusionCharts(id) or FusionCharts.items(id) . Hope this helps -
Using Jquery To Respond To Javascript Events
FusionCharts Support replied to LindaF's topic in Javascript Problems
Hi LindaF, All JavaScript events for Charts are available to FusionCharts jQuery plugin. You just need to add a prefix "fusioncharts" to the existing JavaScript event name. This is done to prevent conflict between names. You can get the list of JavaScript event names from the JavaScript Events page. All you would need to do is keep adding "fusioncharts" before the event names when referring to jQuery bind method. Happy FusionCharting! -
Setting Style Properties Like Z Index For The Flash Object
FusionCharts Support replied to priyank15's topic in Using FusionMaps XT
For this method set wmode param to opaque or transparent. <object ...> <param name="wmode" value="opaque" /> ... <embed wmode="opaque" .../> </object> -
Change series type using javascript
FusionCharts Support replied to renato.gomide's topic in General usage
Hi, You would need to render the chart again with new data (and if required - chart type) -
Fusionamaps And Openlaszlo(Flash 9)
FusionCharts Support replied to Alex81's topic in Using FusionMaps XT
Hi, Could you please let us know if you are using FusionMaps for Flex for this? http://www.fusioncharts.com/flex -
Export as image without web page
FusionCharts Support replied to stefx's topic in FusionCharts and PHP
Hi Cagg, You need to buy FusionCharts License to remove the Eval stamp. + Now, it also works in 64 bit environment, provided you have 64bit Flash Player. -
Can Not Run .aspx File Manually Using ../wwwroot Directory
FusionCharts Support replied to SyedH's topic in FusionCharts and ASP.NET
Hi, First, clear all references to FusionCharts.dll from your project. You are required to do one of the following: 1. Keep FusionCharts.dll in Bin folder. Remove, FusionCharts.vb from src folder or exclude the file from project 2. Copy-paste FusionCharts.dll in C:\Windows\Assembly to put the assembly in GAC. Add FusionCharts assembly as a reference to the Project -
Charts Are Not Displaying When Load More Charts
FusionCharts Support replied to suman's topic in Bug Reports
Hi, This seems that the path to the SWF files might be wrong. Could you please check that the paths to the charts SWFare correct. I think the SWF files should reside at {your server path}/Web/Quiz/FusionCharts folder. -
How To Show Jquery-Ui Dialog Height And Width With Chart?
FusionCharts Support replied to mng's topic in Using PowerCharts XT
Hi, FusionCharts.js normally removes all elements inside the DIV where you are rendering the chart. Hence, this. You can however create a wrapper DIV around this like: <div id="wrapper"> <span id="w" style="display: none;"><input type="text" value="600"/></span> <span id="h" style="display: none;"><input type="text" value="600"/></span> <div id="chartdiv" style="height:600px;width:600px;margin:auto;">The Chart Will Appear Here.</div> <div> and set #wrapper as the dialog element. -
How To Make Swf Or Fla - Like The Multiplecharts.swf Example
FusionCharts Support replied to Erik SBD's topic in General usage
Hi, FusionCharts in built using Flash 8 - AS2. Using the source of FusionCharts v3/XT Pack (available in Enterprise/Enterprise Plus license) you can create FusionCharts in your AS2 based Flash applications and that would be a single SWF File. You can do this using Flash 8 or Flash CS3/4/5/5.5 using Action Script 2 mode. However, in you are using Flash Builder, you can not make a single SWF file. You would need to use and load the specially compiled SWF files provided in the FusionCharts for Flex pack in your application. That would result into an SWF which ins your application and that application will always need to load individual chart SWF file. -
Pie Chart Is Not Rendered On Ipad
FusionCharts Support replied to Upendar Srirangam's topic in Javascript Problems
Hi, Could you please let us know if JavaScript chart is rendering fine in desktop browser? If you can share a live URL or scaled-down sample, it would be great -
Invalid Argument In Fusioncharts.js Line: 15 Char: 33764
FusionCharts Support replied to davesquire's topic in Installation and Upgrades
The present version is FusionCharts XT (v3.2.2) (Released on 20th September, 2011). -
Hide Shadow While Clicking Into A Slice
FusionCharts Support replied to giancarlo's topic in Javascript Problems
Hi, The shadow is the default select zone of the slices which is provided by the browser. As of now, this can not be removed. -
Stack Chart Total Values Instead Of Individual Values For Each Stack
FusionCharts Support replied to Charan's topic in General usage
Hi, This was a limitation of the earlier version. Please update to the latest version v3.2.2 which has the feature supported. -
Adding parameters to image saving POST
FusionCharts Support replied to pytechd's topic in General usage
Hi, As of now the POST data can be added with a new variable. However, you can get the exported data into JavaScript and do an AJAX post after adding the required token.