-
Content count
2,097 -
Joined
-
Last visited
-
Days Won
12
Everything posted by FusionCharts Support
-
Black Background In Javascript Fallback Multilevelpie
FusionCharts Support replied to ss4ms0n's topic in Using PowerCharts XT
Hi all, The black background shows only in emulator though in device the colors are coming as required. Reference: http://forum.fusioncharts.com/topic/9631-ipad-simulator-works-device-does-not-work/page__pid__37568#entry37568 -
Javascript Chart Ajax Postback Problem
FusionCharts Support replied to RMG_85's topic in Javascript Problems
There can be two ways. 1. Use native JS API to update data from a dynamic URL http://www.fusioncharts.com/docs/?CS_DB.html#dataurl 2. Use AJAX to re-redender the chart with new data (process intensive) http://www.fusioncharts.com/docs/CS_UpdatePanel.html -
Hi, I am afraid, as of now, you can not disable the dynamically drawn boxes when you select a zone in select scatter chart.
-
Setchartattribute In Fusionwidgets?
FusionCharts Support replied to Abk092's topic in Using FusionWidgets XT
Hi, As of now, there is no native support for setChartAttribute in FusionWidgets and FusionMaps. We would introduce this feature in v3.2 of FusionWidgets and FusionMaps. -
Problem Making Example From Documentation Work.
FusionCharts Support replied to zugzwang's topic in FusionCharts and ASP.NET
Hi, Could you please check whether you have placed FusionCharts.js in your page? -
HI, Your code does not show object getting closed anywhere. There should be two </object> elements.
-
HI, You can use an API to zoom into the data using zoomTo() function. e.g., FusionCharts("ChId1").zoomTo(0,10); will zoom into a level where 10 points will be shown zooming in. You would need to call this after the chart has completed rendering tracking FC_Rendered/rendered event.
-
Hi, I am afraid, as of now, the scale can only disaply actual values that you put. Meanwhile, I was unble to undestand why you would need to force percent values.
-
Hi, We are working on this issue ans would proive a fix in our next release v3.2.2
-
Hi, FusionCharts works fine in iPad. Could you please let us know which chart you are trying to render. If possible please send us a scaled down version of the code. Meanwhile, please check if this online sample works in your iPad : http://www.fusioncharts.com/code/MyFirstChart/weekly-sales.html
-
Ajax Request In Funnel Chart
FusionCharts Support replied to hMayuresh's topic in FusionCharts and PHP
Hi, You can always call a JavaScript function from a link attribute. e.g., <set value='10' link='myJSFunction(1231)' /> This will call a funciton myJSFunction() and pass 1231 as parameter to the function. Please check if this helps. -
Hi, This is to close this thread since you have confirmed that the solution attached in the http://forum.fusioncharts.com/topic/9615-updatepanel-on-postback/page__pid__37586#entry37586 thread has resolved your issue.
-
Please do not load XML from another domain or do not give absolute URL of data. Please try once giving relative URL of the data.
-
Loading Fusionchart Using Jquery Causes Ie8 To Break
FusionCharts Support replied to Michael Mofokeng's topic in Bug Reports
Hi, It seems to be that you might be copying the chart's <object> element into the final location. IE changes all the elements' values if you retrieve the chart's settings using innerHTML. We would like to request to attach here a scaled down sample which we can check. -
Interactive Legend In Radar
FusionCharts Support replied to solutions2's topic in Using PowerCharts XT
Hi, Interactive legend helps you to hide (and show again) the dataplots (lines, columns, area etc.) of a chart when you click on the legend. The attached images show how it works. The first image shows your data where all datasets are rendered (3 lines). Now we click on Legend "Worst in class" [red] and the second image shows that the line related to "Worst in class" is hidden. -
Hi, Please use the latest (3.2) charts to get the correct result.
-
HI, Welcome to FusionCharts Forum. We would like to know how you would like to visualize the data with respect to chart/gauge type. Can you please specify more details may be with some wireframe images? The thumb-rule of creating charts are : 1. Choose a chart/gauge 2. Study the XML type it accepts 3. Connect to MySQL database and build XML through your code from the required data 4.Pass it to the gauge/chart using php's renderChart function. To start with, hope the basic PHP+ Database documentation pages will help you out. Please follow : http://www.fusioncharts.com/docs/PHP_DB.html NOTE that the implementation of FusionCharts is same as FusionWidgets. Just that you would need to use proper chart/gauge swf file and XML format.
-
Pain Point: "please Call Our Helpdesk"
FusionCharts Support replied to JonathansCorner.com's topic in General usage
Just tested in Excel 2010 - Windows, it works in my Windows Excel 2010 setup too. -
Updatepanel On Postback
FusionCharts Support replied to jpsartre's topic in FusionCharts and ASP.NET
Nice to hear that it is working -
Pain Point: "please Call Our Helpdesk"
FusionCharts Support replied to JonathansCorner.com's topic in General usage
As of now, we do not have the native mechanism to download the CSV directly from chart. -
Pain Point: "please Call Our Helpdesk"
FusionCharts Support replied to JonathansCorner.com's topic in General usage
Hi, Could you please try once setting exportDataSeparator='{tab}' in <chart> and try again. My Excel in mac seems to respond well using this. The XML that I used is : <chart caption='Weekly Sales Summary' showExportDataMenuItem='1' exportDataSeparator='{tab}' xAxisName='Week' yAxisName='Sales' numberPrefix='$' > <categories> <category label='Dec'/> <category label='Jan'/> <category label='Feb'/> <category label='Mar'/> <category label='Apr'/> <category label='May'/> </categories> <dataset seriesName='current'> <set value='123123' /> <set value='123123' /> <set value='123123' /> <set value='123123' /> <set value='123123' /> <set value='123123' /> </dataset> <dataset seriesName='2010'> <set value='123123' /> <set value='123123' /> <set value='123123' /> <set value='123123' /> <set value='123123' /> <set value='123123' /> </dataset> </chart> -
Fusion Charts And Callbacks
FusionCharts Support replied to keithnolan's topic in FusionCharts and ASP.NET
So ideally in the grid chage callback you would need to update the chart's data from your datasource which should be sorted or updated as per the grid. This change in data needs to be handled by your code. -
Updatepanel On Postback
FusionCharts Support replied to jpsartre's topic in FusionCharts and ASP.NET
Hi, Did you check running the Default.aspx? It is same as Sample1. The samples are designed to run only with RenderChart. We have not faced any issue while running the sample using the methods provided in Default.aspx and Sample2.aspx. Please show us what you get when it does not work. -
Updatepanel On Postback
FusionCharts Support replied to jpsartre's topic in FusionCharts and ASP.NET
Hi, The update panel samples works in our labs. You might need to change the web.config given in our pack to support AJAX controls since the samples were built using ASP.NET 2 where AJAX Controls needed to be installed separately. However, you can also check the attached sample built in ASP.NET 4. The sample are better with respect to the fix provided for issue which cropped when RenderChart is used in POSTBACK. Now, we are using jQuery here to take care of this. Also placed the modified source of FusionCharts.dll (FusionCharts.cs in APP_CODE folder) which has better management of chart ids when rendered and some memory management when charts are updated. Please check and let us know. This is specially for you from our labs NewUpdatePanel_SampleASPNET4.zip -
Severe repaint performance issues in Flash 10.1 and up
FusionCharts Support replied to Pallav's topic in Bug Reports
Since our data loading model contains redrawing the chart from scratch after cleaning the canvas, there is always chance of flicker. However, this was less evident in earlier versions of Flash Player. In recent flash player this seems to be more evident. I am afraid, as of now, as per our architecture, we are unable to completely remove this issue.