Haritha

Members
  • Content count

    489
  • Joined

  • Last visited

Everything posted by Haritha

  1. Six Quadrant Bubble Chart

    Hi Sunny, Welcome to FusionCharts Forum It is not possible to divide the Scatter/Bubble chart into six quadrants directly. But as a workaround, using quadrants, vertical and horizontal trend lines, you may achieve the desired feature. Please find the attached XML of Scatter chart along with the screenshot. Hope this helps. Data.xml
  2. Hi, Could you please try setting the attributes "numDivLines" to 30 , "adjustDiv" to 0 and "decimals" to 0 and check if it works for you? Eg. <chart .. numDivLines='30' decimals='0' adjustDiv='0' > If it doesnt, could you please send us your XML/JSON data? Awaiting your response.
  3. Hi, The default animation works the same for Flash and JavaScript chart but the slicing effect does not work the same for both of them. This is an intended behavior for JavaScript charts. Also, the attribute "slicingDistance" is not supported by the Pyramid chart. Could you please modify the XML accordingly? And, for information on debugging JavaScript charts, you may refer the documentation link : http://docs.fusioncharts.com/charts/contents/Debug/JS.html Hope this helps.
  4. X-Axis Label Display Value

    Glad that it helped. Happy FusionCharting!
  5. Hi, The issue that the trendlines donot take values from Secondary Y- axis has been marked as a bug. We are working towards fixing it and shall update you of its developments soon. Looking forward to your support and patience.
  6. X-Axis Label Display Value

    Hi Vinod, According to your requirement, the changes you have made to the XML are correct. Also, the data points appear in the same order as the order of set elements in the XML. Hope this helps.
  7. Hi, The FusionMaps v3.1 contains the JS file FusionMaps.js which has been deprecated since FusionMaps XT v3.2. Also, since FusionCharts XT suite, all the chart types of FusionCharts, FusionWidgets and FusionMaps can be rendered in a single page using a single FusionCharts.js file. For more information on version history of FusionMaps, please refer: http://docs.fusioncharts.com/maps/Contents/introduction/WhatsNew.html Hence, could you please upgrade to the latest version v3.3.1 SR1 and check again? Please copy all the necessary JavaScript files from individual packs of the products and keep them in a single folder. For information on rendering charts,gauges and maps in a single page, please refer :http://docs.fusioncharts.com/widgets/Contents/FirstChart/maps_charts.html Hope this helps.
  8. Worldwithcountries Render Mode Javascript Bug

    Hi, We have tested the sample XML attached by you and following are our findings: 1. The number of entities that the map must have is 205. It seems from your code that the number of entities mentioned in the data element are around 212. Due to this, the map is not rendering properly. Ref: http://docs.fusioncharts.com/maps/Contents/MapSS/WorldwithCountriesMap.html 2. Some id's mentioned in the entity tag of the data tag are not mentioned as newId for the internalId. Eg. The Id C224 is specified as the entity in the data tag but has not been declared as newId in the entity definition. Please make the necessary changes and let us know if it works.
  9. Delta Update In Fusion Chart

    Hi Vinod, For updating the Y-axis values while keeping the X-axis values constant without refreshing the page, you may use our Real-time Line chart. Real-time charts are those charts which automatically update themselves every n seconds by getting new data from the server, without any page refreshes. The chart initializes itself, loads new data every n seconds and silently updates itself to reflect the current state of data. Can you please try using Real time Line chart and check if it works for you? For information on Real-time Line chart, you may please refer our documentation link : http://docs.fusioncharts.com/widgets/Contents/DataStreaming/XMLRealTimeLine.html Hope this helps.
  10. Hi, We have tried testing our latest version of FusionCharts v3.3.1 SR1 on Firefox 18.0.2 and it seems to be working fine. Please check if you are using the latest version. If not, you may download the evaluation version of the latest release from http://www.fusioncharts.com/download/trials/ Hope this helps.
  11. Loading Chart Please Wait...issue

    Hi, It seems that the JavaScript chart is not getting rendered when you use it in a Web Application. Please check if the path to the JS files mentioned in the script tag exists on the server if you have provided an absolute path. Also, please verify if you have placed FusionCharts.HC.js, FusionCharts.HC.Charts.js and jquery.min.js in the same folder as FusionCharts.js. Awaiting your response.
  12. Charts Not Rendering Using Javascript

    Hi, For using JavaScript charts irrespective of the presence of Flash in your system, you need to use the following line before the chart creation: FusionCharts.setCurrentRenderer('javascript'); For more information, you may please refer the documentation link: http://docs.fusioncharts.com/charts/contents/FirstChart/UsingPureJS.html FusionCharts uses the JavaScript fallback automatically for machines which do not contain/support Flash. There are no extra settings needed for doing this. But if you explicitly want to use JavaScript charts you may use the above method. Hope this helps.
  13. Fusion Charts Showing Loading Charts In Ie 9

    Hi, Please refer the post http://forum.fusioncharts.com/topic/13810-loading-chart-please-waitissue/#entry53769
  14. Loading Chart Please Wait...issue

    Hi, If you see an endless "Loading Chart Please Wait" in your browser, check the following: 1. Have you pasted the chart SWF and JavaScript files (FusionCharts.js, FusionCharts.HC.js, FusionCharts.HC.Charts.js and jquery.min.js) in the required folder? 2. Have you provided the name and path of the chart properly in your code? FusionCharts uses the JavaScript fallback for machines which do not contain/support Flash. There are no extra settings needed for doing this. Could you please attach the sample code that replicates the problem if this does not resolve your issue? Awaiting your response.
  15. Hi, Apologies for the inconvenience caused. The issue that you have mentioned has been classified as a bug. We are working on it and will update you soon about it. Thanks.
  16. Hi Maranda, Welcome to FusionCharts Forum The code should work on other browsers like IE and Firefox too. Please clear your browser cache and check it again. Please revert back if this does not resolve your issue.
  17. Hi, Apologies for delay in reply. We have a sample with static XML using drill down feature which works fine when deployed on LifeRay Portal. We are looking into your code to find out the issue. However, can you please zip the files and send us a working sample to [email protected] so that we can deploy it here and replicate the issue? Awaiting your response.
  18. Hi, The code you have attached works fine in Flash mode in the browsers IE,Chrome and Firefox as well. Please find the attached screenshot of the StackedBar3D chart taken from Firefox. We are looking into the issue with JavaScript mode of the StackedBar3D chart and will update you soon about it. Thanks.
  19. Hi Yamini, We are looking into the issue and will get back to you soon. Thanks.
  20. Hi Ranen, The charts get rendered fine in a row even when <tags:template2> tag is used inside the table tag. I have attached screenshots of both the scenarios that is <tags:template2> tag used inside the table and outside the table. Both these approaches can be used as alternates of each other. Hope this helps.
  21. Doughnut3D Invalid Xml Error

    Hi, The JSON data that you have sent works fine at our end using the latest version v3.3.1 SR1. Please find the attached screenshot of the same. Could you please let us know the FusionCharts version that you are using? Awaiting your response.
  22. Hi Ranen, The drill down feature on charts deployed on LifeRay server work fine. Could you please send us the "PieDetailBean" as well so that we can check the XML that is being set in the "pieDetailXml" variable? It would be good if you could send us the demo sample that replicates the issue in a zip file so that we can deploy it here and check it. Meanwhile, can you please check if the control is going into the else part that is the block that uses "PieDetailBean"? Awaiting your response.
  23. Hi Ranen, We have tried to have two charts in one row using the code that you have sent us and it seems to be working fine at our end. We have used the code that you have pasted above that is instead of using divs, we used the charts inside a table. <table> <tr> <td> <tags:template2> <fc:render chartId="${purRedNetBean.chartIdPie}" swfFilename="/ChartHandler-portlet/FusionCharts/Pie2D.swf" width="450" height="200" debugMode="false" registerWithJS="false" xmlData="${purRedNetBean.pieXml}" /> </tags:template2> </td> <td> <tags:template2> <fc:render chartId="${purRedNetBean.chartIdColumn}" swfFilename="/ChartHandler-portlet/FusionCharts/Column2D.swf" width="450" height="200" debugMode="false" registerWithJS="false" xmlData="${purRedNetBean.columnPurRedNetXml}" /> </tags:template2> </td> </tr> </table> The above code displays the charts in a row. Please find the attached screenshot of the same. Could you please send us a scaled down sample along with all the files needed to render FusionCharts, placed in a zip file so that we can test it here? Awaiting your response.
  24. Hi, It is not possible to implement Legend for Single-series charts as of now. The chart attached can be created using StackedColumn2D chart. Please find the attached XML and a screenshot of the chart generated by the XML. For information on StackedColumn2D chart, please refer our documentation link : http://docs.fusioncharts.com/charts/contents/ChartSS/StCol2D.html Hope this helps Data_StackedColumn2D.xml
  25. Hi Vinay, Welcome to FusionCharts Forum. The chart data can be provided in JSON format. You need to use the jsonUrl and jsonData attributes of the fc:render tag or provide the data as part of the body of the tag and also provide the dataFormat attribute. ("jsonurl" or "json") . For information on using JSON data to create chart, please refer our documentation link : http://docs.fusioncharts.com/charts/contents/Code/J2EE/JSP_BasicExample.html#json For dynamically generating JSON data, you may loop through the contents of the bean which contains an array of X-axis values and adding the obtained value to the String which finally contains the JSON data to be used by FusionCharts. Incase you want Y-axis to have constant values like Jan,Feb etc. and X-axis to have numeric values to be plotted on the chart like 20,30,etc, you need to use Bar2D chart. For information on Bar2D, please refer our documentation link : http://docs.fusioncharts.com/charts/contents/ChartSS/Bar2D.html Hope this helps.