Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Internet Explorer Render Bug

    Hi, The issue has been resolved in FusionCharts XT latest release. Could you please try clearing your browser cache? Please find the attached screenshot.
  2. Shrikant, For the same XML data, rendered in JS or Flash mode, will have same y-axis divisional interval along with same upper and lower limits. This issue has been addressed in our latest version FusionCharts XT SR2. Please find the attached screenshot.
  3. _Overridejschartconfiguration Bug

    Hey Clara, FusionCharts XT(v3.2.2) does not support _overrideJSChartConfiguration function. In JavaScript charts, when exportShowMenuItem="0", hides the "Download" button on the chart. While using FusionCharts XT, JavaScript charts can be exported using JavaScript API in similar to FusionCharts Flash charts.
  4. Svg String

    Hi, Sorry for the delayed reply. Could you please try using the following code to generate SVG string? FusionCharts("myChartId").ref.getSVGString() Hope this helps.
  5. Hi, I am looking for members who might have implemented FusionCharts XT on any Real-Time Operating Systems. Would ove to hear how they have implemented and what are the use cases.
  6. Hi Vince, Apologies for the inconvenience. We have replicated the issue using Internet Explorer. Our developers are looking into the issue. We would update you soon on the same.
  7. Hide Buttons In Zoom Line Chart

    Hi, To hide "reset chart" and "zoom out " in a zoom line chart, try setting "drawToolbarButtons" to 0. This attribute will shows/hides the toolbar buttons. Hope this helps.
  8. Canvas Gradient

    Hi, Sorry for the delayed response We are looking into the issue. This issue will be fixed in our next service release of FusionCharts XT. We would update you on the same.
  9. Hi, While rendering the charts in JavaScript mode, it requires FusionCharts.HC.js, FusionCharts.HC.Charts.js and jquery.min.js. However, you would only need to include FusionCharts.js in your web page and rest of the JS has to be present in the same folder. It will be automatically loaded on-demand by FusionCharts.js. Could you please ensure all the JS files are present in the same folder? Hope this helps.
  10. Problem With Heat Map Chart

    Hi, "Invalid Data" error occurs, since the XML code for <color> element does not have corresponding end tag. Could you please try once closing the color tag element? Ref.Code: <color code='AFD8F8' minValue='0' maxValue='1' label='ODD' /> <color code='8BBA00' minValue='3' maxValue='4' label='EVEN' /> I hope this helps
  11. Tab Order On Column Charts

    Hi, I'm afraid we do not specify any tab indexes inside chart. Also is there a way to control or verify the tab order.
  12. Hi, Yes, this issue has been identified in HTML 5 charts. This will be fixed and updated in out next service release. As a work around, if value is zero, then set element as <set value='' /> Hope this helps.
  13. 2D Single Y Combination Chart

    Hi Anuj, Stacked Column 2D Line Single Y Combination Chart will be helpful to create a image similar to your attachment. For more information, please refer the following link: http://docs.fusioncharts.com/charts/contents/ChartSS/StCol2DLine.html Hope this helps
  14. Linked Charts With Php

    Hi, echo renderChart("../../FusionCharts_Evaluation/Code/FusionCharts/Column3D.swf", "", $strXML, "DonationByRangeYear", 700, 500, false, true); >>The above code is displayed as Column 3D chart in the image you had attached. echo renderChart("../../FusionCharts_Evaluation/Code/FusionCharts/Column3D.swf?ChartNoDataText=לחץ על שנה בגרף למעלה כדי להציג פירוט לפי חודשים.", "", "<chart></chart>", "DonationByYear", 600, 250, false, true); >>The above code doesn't contain any data that could be plotted by FusionCharts. In this case, your XML just contains the <chart> </chart> tags without any data between them. I hope this helps
  15. Change The Width And Height Of Stackedbar 3D Chart

    Hi, Could you please send us the XML code to look into the issue?
  16. Change The Width And Height Of Stackedbar 3D Chart

    Hi, Could you please try using "plotSpacePercent " attribute? On a bar chart, this attribute will help providing the spacing between two bars. Hope this helps.
  17. How To Hide X And Y-Axis?

    Hi, Glad to know the solution works. Happy FusionCharting!!!
  18. Multi-Series Doughnut

    Hi Karthik, I'm afraid, FusionCharts does not support multi-level doughnut chart. But, MultiLevel Pie chart from PowerCharts package will suit your requirement. For more information, please refer the following link: http://docs.fusioncharts.com/powercharts/Contents/MultiLevelPie/Overview.html
  19. No Data Error

    Hi, If your chart shows a "No data to display" message, it could be the following scenarios: Your XML data doesn't contain any data that could be plotted by FusionCharts. In this case, your XML just contains the <chart> or <dataset> tags without any data between them. You might be using a single-series chart SWF and providing data in multi-series format or vice-versa. In this case too, you'll get a "No data to display" message. In some Dual Y Combination charts, you need to provide at least one dataset for both the axis. Otherwise, you'll get a "No data to display" message. The code attached does not contain <categories></categories> element The <categories> element lets you bunch together x-axis labels of the chart. For a stacked chart, it's necessary to provide data labels using <category> elements under <categories> element. Also, while using FusionCharts Evaluation version, replace <graph></graph> with <chart></chart> element. For more information on "Multi-series Stacked Column 2D Chart ", please refer the following link: http://docs.fusioncharts.com/charts/contents/ChartSS/MSStCol.html I hope this helps.
  20. Fusion Map Drill-Down Issues

    Hi, Glad to know you were able to find a solution. Happy FusionCharting!!!!
  21. How To Hide X And Y-Axis?

    Hi Nagendra, Yes, you would be able to use Stacked bar 2D chart. By setting the "showYAxisvalue" attribute set as zero and by an empty category element would hide the X and Y axis. <chart caption='Automation Vs Manual testing' borderAlpha='0' canvasbgAlpha='0' numDivLines='0' divLineAlpha='0' showYAxisValue='0' stack100Percent='1' showLegend='0' useRoundEdges='1'> <categories> <category /> </categories> <dataset seriesName='Product A'> <set value='20400' displayValue="Automation{br}65%" /> </dataset> <dataset seriesName='Product B'> <set value='10000' displayValue="Manual{br}35%"/> </dataset> </chart> I hope this helps.
  22. % Symbol In Suffix/prefix Label

    Hi Paul, Could you please try once using numberSuffix attribute as '%25'? I hope this helps .
  23. Hi Priyank, Thank you for the post. I'm afraid, starting FusionMaps v3.0.5 loads data from only relative URLs. Absolute URLs are not allowed due to security fix that restricts XSS attacks. I hope this helps.
  24. 3D Pie

    Hi, Could you please confirm the version of FusionCharts used?
  25. Trend With Diferente Values

    Hi, I'm afraid, trendline/trendzone with the feature you are looking for is not currently available with FusionCharts. Trend lines are horizontal/vertical lines spanning the chart canvas which aid in interpretation of data with respect to some pre-determined value. Trendlines/TrendZones can be obtained with a startValue and endValue, but it could not be combined with the different start and end values. I hope this helps.