-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Hey Babu, Thank you for all inputs. Many browsers restrict JavaScript from accessing local file system owing to security reasons. The JavaScript charts, when running locally, will not be able to access data provided using setXMLUrl function. If you run the files from a server, it will run absolutely fine, though. When running locally, however, if you use setXMLData function , it works fine. Hope this helps.
-
Wrong Number Of Arguments Or Invalid Property Assignment
Swarnam replied to Neverguesswho's topic in FusionCharts and ASP
Hey, Please check the following: You've copied FusionCharts.js, jquery.min.js, FusionCharts.HC.js and FusionCharts.HC.Charts.js in the right folder. You've included and provided the correct path of FusionCharts.js in your HTML code. There are any JavaScript syntax or runtime errors that might have halted the execution of FusionCharts APIs. Unique names are used for the chart's JavaScript variable, chart's ID and the HMTL DIV's ID? -
How To Set Background And Border To Transparent
Swarnam replied to Vedmack's topic in Using FusionWidgets XT
-
Hey, No, it is not possible to load only one data set series and disable the others in the legend while rendering in a chart. Rendering a chart, by default loads all data set series. Hope this helps.
-
Dynamic Query Variables For Sql Connection
Swarnam replied to tmcc's topic in Collabion Charts for SharePoint
Hey, No, it is not possible to pass dynamic parameters to the Query Variables. Query Variables box is used to declare variables with predefined values. These variables can then be used as part of your SQL Query. For more information, please refer at:http://docs.collabion.com/charts/1.0/contents/data_source/data_provider.html Hope this helps. -
What Is The Different Between Xml's That Are Starts With <Graph> And <Chart>
Swarnam replied to Mahmoud Amr's topic in XML Issue
-
Hey, Data values are displayed as per the data plots defined in the XML. In 2007 category, data plots are not interchanged, it renders green followed by blue, red. The red data set series is displayed above the green and blue due to a positive value. I'm afraid, there are no attributes to change the order of display. Hope this helps.
-
What Is The Different Between Xml's That Are Starts With <Graph> And <Chart>
Swarnam replied to Mahmoud Amr's topic in XML Issue
Hey, Please refer to the Forum post link: http://forum.fusioncharts.com/topic/12153-fusion-charts-free-xsds/page__gopid__47908#entry47908 -
Collabion Chart Webpart Connection With Other Webpart
Swarnam replied to Ramseer's topic in Collabion Charts for SharePoint
Hey, No, Collabion charts does not support web part connection feature currently. Hope this helps. -
Hey, SVG string can be generated only for JavaScript charts. Could you please try using the following code to generate SVG string? FusionCharts("myChartId").ref.getSVGString()
-
Hey, Yes, we can definitely spread some illumination on this topic. FusionCharts Suite lets you create interactive charts, gauges and maps, powered by XML and JSON data. These charts, gauges and maps can be rendered in both Flash and JavaScript. To render the charts in JavaScript, we use a few modules from HighCharts framework for the drawing logic. The HighCharts library is seamlessly integrated within FusionCharts and it is not available as a stand alone component. However, the features of JavaScript version of FusionCharts is NOT restricted to the features of HighCharts. We have built a lot of functionality on top of it including best-fit rendering of chart and legend, 3D charts, support for gradients, unlimited drill-down using LinkedCharts, smart label management etc. We've also built a number of new charts, gauges and maps that are not present in HighCharts by default e.g, Pareto, Marimekko, Gantt, Funnel, Pyramid, Spark Line, Angular gauge, Thermometer, LED, Bullet , 3D charts and specialized charts like CandleStick, Waterfall chart. Hope this helps.
-
Hey, The chart preview mode will be able to display a maximum of 250 data points. However, more number of data points chart preview mode will throw an exception whereas the chart will be rendered in the chart wizard. Hope this helps.
-
Yes, we would definitely consider your vote. We would update the same thread once the feature has been introduced.
-
Hey, Yes, JSON data format is supported by FusionMaps XT (v3.2) Beta. To see the sample implementation of "JSON data format in FusionMaps XT", please follow the link below: http://www.fusioncharts.com/demos/gallery/maps/GalleryMapWorld.asp?mapName=World+Map Hope this helps.
-
Hey, yAxisMaxValue attribute has been defined with a higher value when compared to the data plot values. So, the data plot values are small when compared to defined Y-axis maximum value. Remove this attribute and a good looking chart will be rendered.
-
Hey, Apologies for the delayed reply. We have added the feature request to our wishlist. If feasible, we would update this feature in our roadmap and update you on the same. Thank you for your continued patience and support.
-
Hi, We are looking into the issue. We would update you on the same. Thank you for your continued patience and support.
-
Wrong Number Of Arguments Or Invalid Property Assignment
Swarnam replied to Neverguesswho's topic in FusionCharts and ASP
Hey, Please refer to the following links: http://docs.fusioncharts.com/charts/contents/guide-for-web-developers/fusioncharts-asp-class/StackedChart.html http://docs.fusioncharts.com/charts/contents/guide-for-web-developers/asp-class/ASPClass_BasicExamples.html http://docs.fusioncharts.com/charts/contents/guide-for-web-developers/asp-class/ASPClass_DB.html Hope this helps. -
Hi, No, it is not possible to customize the position to display the data values adjacent to the bubble.
-
Useellipseswhenoverflow Issue For Stacked Column Chart
Swarnam replied to Nitin Kharade's topic in Javascript Problems
Hey, I'm afraid, I'm unable to replicate the issue. Please find the attached screenshot rendered using the latest version (FusionCharts XT SR3). -
Hey, It will not be possible using FusionWidgets currently. Tick marks are the calibration marks on the horizontal scale to help interpret the reading. Tick marks are displayed into smaller units helping in better visual data interpretation.So,it will not be possible to force the Linear gauge to select the tick values in predeined increments. Hope this helps.
-
Hey, FusionMaps XT expected to release this quarter will provide support for dispose() function. Current official version of FusionMaps 3 does not supports the same.
-
Canvas Module Fallback was created as a workaround to render JavaScript Charts on Android versions 2.2 & 2.3. The package was created using the JavaScript files from FusionCharts v3.2.1. With the release of the FusionCharts XT version in September 2011,Canvas Module Fallback support has been deprecated. The Native browser in Android versions 2.2 & 2.3 uses "Canvas" as a drawing technology whereas FusionCharts XT uses SVG to render our JavaScript charts. Hence JavaScript charts will not work in Android versions 2.2 & 2.3, however, the Flash charts will continue to work in these versions as well provided the devices have native Flashplayer support. FusionCharts XT is based on a completely new JavaScript class and has the support for automatic fallback to JavaScript rendering for devices which don't support Flash. However as mentioned above the JavaScript rendering will only work for Android versions 3.0 and above. Fore more info please visit http://docs.fusioncharts.com/charts/contents/Introduction/JSChartingCapabilities.html
-