-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Hi, "includeInLegend", attribute would decide whether to include the seriesName of this data-set in legend. If you would not like to display this data-set in the legend, try setting this attribute to zero. But, as you have mentioned while clicking one legend item, it should hide/show the 2 data-plots, it would not be possible using FusionCharts currently. I hope this helps.
-
Multiseries With Discontinuous Data Configuration Problem
Swarnam replied to zdary's topic in General usage
Hi, I'm afraid, it would be impossible to avoid the label for a particular data-set element with null value. Using Multi-series data, the labels are displayed according to the label mentioned in the category element. Also could you please try once avoiding the label rotation, so the labels would be displayed in common for both data sets? Or if you would to like to avoid label for null data sets, showLabel attribute has to be set to 0 for that particular category element? I hope this helps . -
Hi Nikhitha, Thank you for the post. Could you please confirm the version of FusionCharts used? For more information on "Showing Long Data labels", please refer the following link: http://www.fusioncharts.com/docs/advanced/Adv_DataLabels.html
-
Hi, Thank you for the post. Please refer to the forum link: http://forum.fusionc...0776#entry40776 I hope this helps.
-
Hi Deeks, Thank you for the post. Could you please try once setting the Flash Player's Global Security, if running from a local machine? For more information, "To configure the Flash Player Settings", please refer the following link: http://www.fusioncha...HowToSetup.html Flash Player's Global Security implementation blocks JavaScript to interact with charts (Flash charts) when you are running the the web page/application with charts from local file system. To configure Flash Player Global Security Settings (to enable links and chart APIs) and enable JavaScript calls from charts, you would need to add the folder containing the chart SWF files to Flash Player's Trusted Zone. I hope this helps.
-
Hi, Could you please try creating an image file containing the text and embed into the FusionCharts using bgImage property of <chart> element? I hope this helps.
-
Hi, I'm afraid, if you would like to render a true 3D chart (MSCombi3D), it would render a JavaScript chart without True 3D feature . I hope this helps.
-
Hey Arthur, I'm afraid, Pie 2D chart does not support gradient effect for data plot as in the column charts. I hope this helps.
-
Hi Vinoo, Welcome to FusionCharts Forum. Angular Gauge and Linear Gauge does support the link attribute. Ref. Code: <dial value='92' rearExtension='10' link="http://www.fusioncharts.com" /> would create a link to the FusionWidgets Angular Gauge. Foe more information on "JavaScript Functions as Links", please refer the following link: http://www.fusioncharts.com/widgets/docs/Contents/DrillDown/JavaScript.html I hope this helps.
-
Urgently Required - Multiple Charts On Ipad
Swarnam replied to Hetal Prajapati's topic in FusionCharts and ASP.NET
Hi, For FusionCharts v3.2.1, the below line of code would automatically show a JavaScript chart when Flash environment is unavailable. FusionCharts._fallbackJSChartWhenNoFlash(); Starting FusionCharts v3.2.2, this detection would be performed by FusionCharts itself without adding a single line of code. -
Hi Chris, Welcome to FusionCharts Forum. PowerCharts, like FusionCharts, can be used with PHP class. Spline chart could be created in a similar manner using FusionCharts v3. I hope this helps.
-
Urgently Required - Multiple Charts On Ipad
Swarnam replied to Hetal Prajapati's topic in FusionCharts and ASP.NET
Hi, Could you please try once using FusionCharts.setCurrentRenderer('javascript') ? -
Hi Rafal, Thank you for the post. FusionCharts XT commercial version has been released. Could you please try upgrading to the latest version? If you are unable to download the latest version, please send an email to "[email protected]". I hope this helps.
-
Hi Martin, Thank you for the post. The FusionWidgets release that would support HTML 5 charts for iPad development would be available in couple of quarters. We are currently unable to provide you with any timeline as we are working on it. However, we would keep you updated on the same.
-
Hi, Thank you for the post. Glad to know your issue has been resolved. Happy FusionCharting.
-
Urgently Required - Multiple Charts On Ipad
Swarnam replied to Hetal Prajapati's topic in FusionCharts and ASP.NET
Hi Hetal Prajapati, Welcome to FusionCharts Forum. Could you please ensure SetRenderer method is called before you render the chart? FusionCharts.SetRenderer("javascript") I hope this helps. -
Hi Chifaa, Welcome to FusionCharts Forum. I'm afraid, FusionCharts Grid component does not support multi series data currently. I hope this helps.
-
Hi, Thank you for the post. Glad to know your issue has been resolved. Happy FusionCharting.
-
Hi, Than you for the post. Could you please ensure the image file is present in the same folder as the chart swf file?
-
Hi, Thank you for the post. I'm afraid, FusionCharts does not natively supports the feature, to provide different colors for the floor of the 3D Column chart. As a work around, FusionCharts v3 introduces the concept of Color Palettes. Each chart has 5 pre-defined color palettes which you can choose from. Each palette renders the chart in a different color theme. Valid values are 1-5. Combining the palette attribute with canvasBgColor would give a different color to the floor of the 3D Column attribute. Ref. Code: <chart...... palette='1' canvasBgColor='2F4F4F'> Please find the attached screenshots for your reference. I hope this helps.
-
Upgrade From Fusioncharts Developer V3.1.1 To Last Version
Swarnam replied to ricardo's topic in Installation and Upgrades
Hi, Welcome to FusionCharts Forum. All the features of FusionCharts XT (v3.2.2) are backward compatible with FusionCharts v3.1. Hence, upgrading is as easy as copy-pasting files. You don't have to modify any code, as all the charts are backward compatible. However, if you wish to make use of any new chart type or new features, then you will have to modify your code to include the same. Listed below are the things that you need to take care of while upgrading: Copy all chart SWF files from Download Pack > Charts folder and replace your existing chart SWF files in your deployed folder Copy the new FusionCharts.js from Download Pack > Charts folder and over-write the existing FusionCharts.js in your deployed application folder v3.2.2 (XT) pack contains 2 new JavaScript files, FusionCharts.HC.js, FusionCharts.HC.Charts.js along with FusionCharts.js and jquery.min.js, which you need to copy to the same folder as FusionCharts.js Clear your browser cache (very important step) Please refer the following link for more information: http://www.fusioncharts.com/docs/Introduction/Upgrading32.html -
Hi Mark, Welcome to FusionCharts Forum. By using the "link" attribute for the data point, it would be possible to call a JavaScript function. When the end viewer clicks a data element on the chart, a JS function would be called. For more information, please refer the following link: http://www.fusioncharts.com/docs/DrillDown/JavaScript.html I hope this helps.
-
Hi, Using Annotations, let you create your own custom objects (shapes, images, text etc.) in the charts. So rendering of text "Inventory Level", could be created at any position in the chart. For more information on "Annotations", please refer the following link: http://www.fusioncharts.com/widgets/docs/Contents/Ann_Introduction.html I hope this helps.
-
Whether There Is A Value Equal Top For Legendposition
Swarnam replied to alonewolf's topic in Using FusionMaps XT
Hi, Welcome to FusionCharts Forum. I'm afraid, FusionMaps does not support legend position as "Top". Also, if you need to add any captions or additional information for the map, you would need to add it through HTML file. -
Hi Paul, Welcome to FusionCharts Forum. Could you please send us a screenshot or any live link of your requirement? Looking forward for your response.