-
Content count
2,097 -
Joined
-
Last visited
-
Days Won
12
Everything posted by FusionCharts Support
-
Hi, As of now there is scope to call a client side javaScript function from the links. But if you are using ASP.NET AJAX you can use this to call a function from code behind too. this can be done using the __doPostBack() function provioded by the framework. Please see: http://www.fusioncharts.com/docs/Contents/CS_UpdatePanel.html http://www.fusioncharts.com/docs/Contents/VB_UpdatePanel.html
-
Line chart cutting of last item name
FusionCharts Support replied to jbaird's topic in FusionCharts and ASP.NET
Hi, You can set chartRightMargin attribute to 40/60 to get some space. Alternately you can use canvasPadding='30' -
is it possible to specify value position element?
FusionCharts Support replied to FusionCharts Support's topic in General usage
Hi, Please use placeValuesInside='0' to make the values outside. This wont be applicable when the columns' roof come very near to the canvas top margin. -
Unreliable use of XML source
FusionCharts Support replied to FusionCharts Support's topic in Bug Reports
Hi, Please add a cache killing querystring : Please refer to: http://www.fusioncharts.com/forum/Topic98-29-1.aspx?Highlight=nocache http://www.fusioncharts.com/forum/Topic1587-45-1.aspx?Highlight=nocache -
Please help me with multi-series and data comming from DB (using asp class/DB_dataURLl)
FusionCharts Support replied to phlk's topic in FusionCharts and ASP
nice to hear it worked!:w00t: -
Hi, As per general XML validation rules there should not be duplicate attribute. Anyways, our chart does not use this validation, rather takes the first one. happy t:) help.
-
nice to hear it worked:)
-
How to display Legend with Pie2D, Pie3D and column3D charts?
FusionCharts Support replied to kalyan shah's topic in FusionCharts and ASP.NET
hi, I am afraid, pie does not support legends. But you can add our SSGrid chart below the pie chart and pass the same XML to it to draw the legends. -
hi, Could you please try this? <chart bgColor='99CCFF' bgAlpha='100' > <set label='France' value='17' /> <set label='India' value='12' /> <set label='Brazil' value='18' /> <set label='USA' value='8' isSliced='1'/> </chart> Please send us your XML. It might be the case that you might have added some other attributes which might be influencing this setting.
-
urlencode problems
FusionCharts Support replied to FusionCharts Support's topic in Javascript Problems
Hi, Please try double escaping the URL or only double escaping the % so that % becomes %2525. -
getting the scatter plot to work using PHP Class
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and PHP
Hi, You can use addData() to populate scatter chart. An Example here: http://www.fusioncharts.com/docs/Contents/PHPClassAPI/ScatterBubble.html -
How to get the sum of two Node after dragging nodes
FusionCharts Support replied to shiv.kumar's topic in Suggestions & Requests
Hi, You can modify the FLA file (provided with Enterprise license) and implement this. BTW, I could not fund any drag node and the sum feature that you are talking about in the first post. So could you please elaborate more on the feature that you need. Please specify which chart you want to use and how. -
Fusion Charts intergration with JSF Data XML Hard-coded
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and JSP
Hi, From your source i find a place having: <param name="quality" value="high" /> <graph caption= This should be: <param name="quality" value="high" /> <param name="flashvars" value="dataXML=<graph caption=.....&chartWidth=...&chartHeight=...&DOMId=..." > The same FlashVars definitions also goes to the <embed> element attribute too: flashVars="dataXML=<graph caption=.....&chartWidth=...&chartHeight=...&DOMId=..." -
Hi, I am afraid, this is not possible as of now. What you might try doing is to poset all chart's data to a server side script. You can pass additional parameters (user defined) from the chart to the script. You would need to write your own code to place the images into your own pdf writing code.
-
Problem serverside image saving - latest rev 3.1
FusionCharts Support replied to FusionCharts Support's topic in Bug Reports
Hi, Please see the attached exported images and pdf of the same size. We have used the same width and height and XML. MyFileName.pdf -
Problem serverside image saving - latest rev 3.1
FusionCharts Support replied to FusionCharts Support's topic in Bug Reports
Hi, Could you please help us sending the whole python code so that the debuggin process gets faster? Please also mention the environment, OS, python version, apache version or any other thing like whether you are using mod_python etc. Please also send us the XML and chart width and heigh that you are using tp pin point on the issue. -
getting the scatter plot to work using PHP Class
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and PHP
Hi, This function is not aplicalble for scatter/bubble and multiseries stacked charts. -
FusionChart live data updates in firefox but not Internet Explorer
FusionCharts Support replied to FusionCharts Support's topic in Javascript Problems
happy t:) help! -
2D Single Y Combination Chart Image saving problem
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and ASP.NET
You are welcome -
FusionChart live data updates in firefox but not Internet Explorer
FusionCharts Support replied to FusionCharts Support's topic in Javascript Problems
Hi, Could you please try : myChart.setDataURL('phpModules/dataxml.xml?nocache='+new Date().valueOf() ); -
2D Single Y Combination Chart Image saving problem
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and ASP.NET
Hi, Could you please provide us a screenshot and XML if posible. -
Hi, Please try the above attached file. Please let us know if you are facing any issue.
-
2D Single Y Combination Chart Image saving problem
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and ASP.NET
Hi, Could you please try using the new version which provides the new feature using exportChart(). This is more efficient. You can update to 3.1 or above version from http://www.fusioncharts.com/PUC. saveAsImage() is not available in the new version. -
Can I make USA map not clickable?
FusionCharts Support replied to gwofu's topic in Using FusionMaps XT
Hi, Could you please send us the code you are using? It seems that you might be replacing the function or the object with some null value. -
2D Single Y Combination Chart Image saving problem
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and ASP.NET
Hi, Could you please let us know, whether you are calling the exportChart() function when the chart is still in rendering (animating) state?