Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Error In Chrom Console

    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.
  2. 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?
  3. Dynamic Legend

    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.
  4. 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.
  5. Negative Values In Stacked Charts

    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.
  6. Hey, Please refer to the Forum post link: http://forum.fusioncharts.com/topic/12153-fusion-charts-free-xsds/page__gopid__47908#entry47908
  7. Hey, No, Collabion charts does not support web part connection feature currently. Hope this helps.
  8. Generate Svg String

    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()
  9. Fusioncharts And Highcharts

    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.
  10. Missing Data

    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.
  11. User Level Filtering

    Yes, we would definitely consider your vote. We would update the same thread once the feature has been introduced.
  12. Json Support For Fusionmaps Xt

    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.
  13. Area Chart Y Axis Labels

    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.
  14. Gantt Chart Task Label Alignment

    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.
  15. Ie7 And Fusioncharts

    Hi, We are looking into the issue. We would update you on the same. Thank you for your continued patience and support.
  16. 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.
  17. How to change Value position?

    Hi, No, it is not possible to customize the position to display the data values adjacent to the bubble.
  18. Hey, I'm afraid, I'm unable to replicate the issue. Please find the attached screenshot rendered using the latest version (FusionCharts XT SR3).
  19. Limit User Selection

    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.
  20. Dispose A Map

    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.
  21. Show 0 Decimal Values

  22. 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