-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Fusion Charts And Fusion Maps In The Same Page
Swarnam replied to Juan Alejo Scornaienqui's topic in Javascript Problems
Hey, "Chart type not supported error" occurs since FusionCharts.js used at your end is from an older version(FusionCharts XT (v3.2.2) Service Release 2 which does not support FusionMaps HTML 5 mode. FusionCharts XT (v3.2.2) Service Release 2 (Released on 25th January, 2012) > FusionCharts.js > FusionCharts.HC.js > FusionCharts.HC.Charts.js > jquery.min.js And map files from FusionMaps XT (v3.3.1 - Service Release 2) (Released on 28th May, 2013) results in a version conflict. You will only need to include FusionCharts.js in your Web page and the rest of the JavaScript files will be automatically loaded on-demand by FusionCharts.js. Using FusionCharts.js from an older version will unable to load the files related to Maps(obtained from the latest version). So, please try upgrading the FusionCharts XT JavaScript files to FusionCharts XT (v3.3.1 - Service Release 2) (28th May, 2013). Hope this helps. -
Hi Philippe, Glad to know your issue has been resolved. Regarding upgrade, please drop a mail to "[email protected]".
-
Show Legend On Single Series Column2D Chart & Few Characters On X-Axis
Swarnam replied to Sagar Joshi's topic in General usage
Hey Sagar, If you would like to display Legend for Single Series chart, try using Grid Component. It uses the same single series XML/JSON structure as any other FusionCharts XT chart. Demo Link: http://docs.fusioncharts.com/charts/Code/Grid/GridWithChart.html Please refer for more information at: http://docs.fusioncharts.com/charts/contents/grid-component/Grid_Overview.html Hope this helps. -
Angular Gauge Tickvaluedistance Property
Swarnam replied to bmcwhorter's topic in Using FusionWidgets XT
-
Hey, Yes, it is possible to add links to annotationGroup element. This attribute sets up a link to the given URL for all the annotations in the annotation group. Also, if you would like to link each text annotations in your chart to different URL then it is possible using JavaScript version of Drawing Pad. The link attribute can be added to each text annotations. Please refer for more info at: http://docs.fusioncharts.com/widgets/Contents/Annotations/XMLAPI.html Hope this helps.
-
Hi Jason, If you've too many items on the legend, a scroll bar shows up on the legend. Can you please try increasing the chart dimension? The portion contained in the visible area would be exported to Image.Increasing the chart dimension results in display of all data set names within the legend and scroll bar disappears. Also, you can try reducing the font size of legends using Styles. Hope this helps.
-
Fusion Charts And Fusion Maps In The Same Page
Swarnam replied to Juan Alejo Scornaienqui's topic in Javascript Problems
Hey Juan, Yes, you can pick these files from FusionCharts package. -
Hey, For ZoomLine chart, to display the peak data value during the initial rendering has been added to our wishlist. We would update the thread once the feature has been implemented. Hope this helps.
-
Angular Gauge Tickvaluedistance Property
Swarnam replied to bmcwhorter's topic in Using FusionWidgets XT
Hey, Try using manageValueOverlapping='1' and autoAlignTickValues='1' in the <chart> element and check if the Angular Gauge rendered in JavaScript and Flash are similar. Hope this helps. -
Hi, Welcome to FusionCharts Forum. Can you please try using the below code? <script type='text/javascript'> var chart_basicChart = new FusionCharts({"swfUrl":"/qa/resources/Charts/Column3D.swf","registerWithJS":"0","height":"300","renderAt":"basicChartDiv","width":"600","dataFormat":"json","dataSource":"{{ "chart": { "caption": "MonthlySalesSummary", "subcaption": "Fortheyear2006", "xaxisname": "Month", "yaxisname": "Sales" }, "data": [{ "label": "January", "value": "17400" } ] } ]}","debugMode":"1","id":"basicChart"}).render(); </script> Please refer to : http://docs.fusioncharts.com/charts/contents/FirstChart/JSONData.html Hope this helps.
-
Hey, Can you please share the sample code to replicate the issue?
-
Hey, Can you please try downloading the latest version of FusionCharts XT 3.3.1 and check if your issue has been resolved? Please find the attached screenshot. Hope this helps.
-
Hi Prabhu, In scatter charts, all the data points can be connected by a line. This can be done by declaring drawLine attribute of the <dataset> element. Hope this helps.
-
Hey Deepti, Advanced X axis label management has been implemented to achieve the following: All the X axis labels should get centrally aligned to the respective data-plots (columns, points on line charts etc.) X axis labels should not overlap each other X axis labels should not overlap with other chart objects such as legends or X axis name Long labels should not go outside the chart Optimized truncation of longer labels and putting ellipses at the end f you would like to wrap the axis names, try manually including the {br} statement. If Y axis name is long and chart dimension is small, axis names will be automatically wrapped. Hope this helps.
-
Please refer to Forum post: http://forum.fusioncharts.com/topic/10676-lines-and-bars-not-displaying-in-html5-chart/
-
Hi Subrata, Can you please confirm the version of FusionCharts used? As per the video link, you are using an older version of FusionCharts along with jQuery 1.8 which results in a compatibility issue. Can you please try upgrading to the latest version of FusionCharts and check if your issue has been resolved? Please Note: The latest version of FusionCharts XT has been made compatible with jQuery 1.8 Download link: http://www.fusioncharts.com/download/trials/ Hope this helps.
-
Null Or Not An Object Is Coming In Ie8
Swarnam replied to Ashish sinha's topic in Javascript Problems
Hi Ashish, Yes, we do support IE 8 browser to render HTML5 PowerCharts. Can you please send us the sample code to replicate the issue? -
Hi, As mentioned earlier, JavaScript charts does not support wrapping the data labels into multiple lines, so you will have to manually add {br} pseudo code. Hope this helps.
-
Hi Prabhu, No, it is not possible to draw more than one series using WaterFall chart.
-
Hey, Can you please ensure FusionCharts.HC.js, FusionCharts.HC.PowerCharts.js (for PowerCharts XT) and jquery.min.js are present in the same folder as FusionCharts.js?
-
Hey, Please refer to Forum Post: http://forum.fusioncharts.com/topic/5145-zip-code-based-maps/
-
Hey, FusionMaps XT maps currently shows data based on geographical entities and not on Zip Codes.We do not support this feature natively. However, the Zip cope support can be implemented through API developed via third party. Please refer to our Demo Gallery at: http://www.fusioncharts.com/demos/gallery/#geolocation-usa Hope this helps.
-
Hi, The Combination Chart allows you to plot Columns, Lines & Area on the same chart against a single y-axis/ Dual Y-axis. You can choose to plot any dataset as column, line or area. "renderAs" attribute defines what the particular dataset will be plotted as. Valid values are COLUMN, AREA or LINE. So, if you would like to define a data set to render as line Ref. Code: <dataset seriesName='2004' renderAs='Line'> Hope this helps.
-
Hey, Initial slicing animation does appear for both Flash and JavaScript variant of the charts. However, slicing animation is not visualized in the JavaScript variant of the chart due to minor implementation difference between the technologies and differences in various browsers causes minor disparity between the Flash and JavaScript variants of the charts. Hope this helps.