Haritha

Members
  • Content count

    489
  • Joined

  • Last visited

Everything posted by Haritha

  1. Zoomline Charts

    Hi Nilesh, Can you please upgrade to the latest version of FusionCharts v3.3.1 SR1 and check again? Awaiting your response.
  2. Hi, We are looking into the issue and will get back to you soon. Thanks.
  3. Legend Not Working In Radar Chart

    Hi Krishna, The attribute "interactiveLegend" lets you interact with the legend in your chart. When you click a legend key, the data plots associated with that series are eliminated from the chart. Re-clicking the key causes the data plots to reappear. You may set to it 1 or 0 to have or not to have legend interactivity. Ref: "interactiveLegend" : "1" Hope this helps.
  4. Ie Vs Ff Rendering Differences

    Hi, Could you please upgrade to the latest version of FusionCharts V3.3.1 SR1 and check again? If the issue does not get resolved, please send us the XML that is generated by this code and sent to FusionCharts to render the chart? Awaiting your response.
  5. Zoomline Chart

    Hi, Please follow the post http://forum.fusioncharts.com/topic/13644-zoomline-charts/ Thanks.
  6. Zoomline Charts

    Hi, It is not possible to show all the labels in the macroscopic view of the chart due to space constraints. However, the attribute "numVisibleLabels" can be used to increase the number of labels visible. The starting date is always shown as the first label when the chart is first rendered. But the ending date depends on the number of data labels to be plotted. Could you please pass the XML so that we can test it here? Also, please let us know the FusionCharts version you are using. Awaiting your response.
  7. Hi, The attributes "chartTopMargin" and "chartBottomMargin" specify the amount of empty space that you want to put on the top and bottom of your chart. Nothing is rendered in this space. These attributes can be used to remove the empty space on top of that chart and bottom of the chart. Ref: <chart ... chartTopMargin='0' chartBottomMargin='0' > Please send us a screen shot of your requirement along with the XML if this does not satisfy your requirement.
  8. How To Set Border Color For Stacked Bar

    Hi, It is not possible to set a separate border color for each data plot. The "plotBorderColor" is used to set the border color of the all the dataplots in the chart. However, if you want to make each dataset to appear different from the other, you may change the alpha of the dataplot or make the border of the dataplot dashed etc. For more information, please refer the documentation link : http://docs.fusioncharts.com/charts/contents/index.html?advanced/Highlight.html Hope this helps
  9. Styles Does Not Work With Javascript Rendering

    Hi, Welcome to FusionCharts Forum Please refer the post http://forum.fusioncharts.com/topic/13678-how-can-we-make-only-x-and-y-axis-visible/ Hope this helps.
  10. Hi, It is not possible to highlight the category label as of now. But a data plot can be highlighted by using dashed border around it, by using some different color etc. For information on highlighting data plots, please refer the documentation link: http://www.fusioncharts.com/demos/features/#highlighting-individual-data-points Hope this helps.
  11. Hi, Welcome to FusionCharts Forum. For having multiple horizontal 2D bars on the chart which look like progress bars, you may use StackedBar2D chart and use animation type of Styles feature. Please find a sample XML in the attachment along with its screen shot. For information on StackedBar2D charts, please refer our documentation link : http://docs.fusioncharts.com/charts/contents/ChartSS/StBar2D.html For information on animation effects, please refer our documentation link : http://docs.fusioncharts.com/charts/contents/Styles/Animation.html Please revert back if this does not satisfy your requirement. StackedBar2D.xml
  12. Hi, We have tried using stacked charts with attribute "stack100Percent" and checked it in browsers IE,Chrome and Firefox. It seems that it works fine at our end. Could you send us a sample demo which projects the issue? Also, please check if you are using the latest version of FusionCharts V3.3.1. If not, you may upgrade to the latest version from http://www.fusioncharts.com/download/trials/ and test it again. Awaiting your response.
  13. Hi David, Could you send us the code snippet which contains the div tag and the fc tag? The div element which is supposed to contain the chart should be placed before the code which calls fc:render that renders that chart in the div. For more information, please refer our documentation link : http://docs.fusioncharts.com/charts/contents/Code/J2EE/JSP_GettingStarted.html Awaiting your response.
  14. Zoomline Charts

    Hi Nilesh, The Zoomline Chart starts with the macroscopic view since the zoom line chart plots tens of thousands of data points all at once. You can use its zoom and scroll feature to have a microscopic view of the data. You can set the number of data labels to be visible in one screen using the attribute "numVisibleLabels". Eg. <chart ... numVisibleLabels='50' rotateLabels='1'> Hope this helps.
  15. Hi Ganesh, Glad to know that you could resolve the issue yourself. Happy FusionCharting.
  16. Scatter Chart Issue

    Hi Deepti, Could you please send us the XML/JSON data used to generate the chart so that we can test it here? Awaiting your response.
  17. X-Axis Auto Labelstep Problem In Flash

    Hi, Welcome to FusionCharts Forum. Glad to know that you could resolve the issue yourself. Happy FusionCharting.
  18. Bar Graph

    Hi, Trend lines can be used to add vertical lines to the Bar Chart.Trend lines are lines spanning the chart canvas which aid in interpretation of data with respect to some pre-determined value. For example, if you are plotting sales data of current year, you might want to add previous year's average monthly sales as trend indicator for ease of comparison. Eg.<trendLines> <line startValue='895' color='FF0000' displayValue='Average' /> </trendLines> vLines can be used to add horizontal lines to a Bar Chart. vLines are lines that help you separate blocks of data.For example, if you're plotting a chart showing monthly sales from October 2005-Mar 2006, you might want to plot a vertical separator line between Dec 2005 and January 2006 to indicate end of year. Eg. <vLine color='FF5904' thickness='2' /> For more information, you may please refer our documentation link : http://docs.fusioncharts.com/charts/contents/ChartSS/Bar2D.html Hope this helps.
  19. Hi, Please refer the post http://forum.fusioncharts.com/topic/13636-vlines-not-showing-up-realtimelineswf-when-feed-real-time-data/?p=53236
  20. Hi, We tried using the vLine with RealTimeLine chart and the issue does not get replicated here. Please find the screenshot of the same. Could you please send us the sample of your code so that we can test it here? Awaiting your response.
  21. Problem In X-Axis For Large Data

    Hi, Welcome to FusionCharts Forum. We have tried to create a Scatter chart similar to the one attached by you and found that the x-axis labels are not overlapping. Please find an attached screenshot of the same using the latest version of FusionCharts ie. FusionCharts XT V3.3.1. Could you please let us know which version of FusionCharts you are using? Also could you please send us a sample XML to test it here? Awaiting your response.
  22. Hi Claudio, Welcome to FusionCharts Forum The format of real-time data for data streaming charts works with only some attributes of the real-time charts. For information on the attributes that can be used with real-time data, please refer the documentation link : http://docs.fusioncharts.com/widgets/Contents/DataStreaming/Format.html Hope this helps.
  23. Value Text Color

    Hi Rikard, Welcome to FusionCharts Forum. It is not possible to change the color of one particular dataValue as of now. But as a workaround, you may highlight the selective data by using dashed border, by changing alpha of dataset etc. You may please follow the documentation link : http://docs.fusioncharts.com/charts/contents/advanced/Highlight.html Hope this helps.
  24. Charts Do Not Display In Ie9

    Hi, Welcome to FusionCharts Forum We have tried rendering a StackedBar3D chart on IE9 using FusionCharts V3.2.2 and it seems to be working fine here. Please find the attached screenshot of the same. Could you please let us know if you are using a Flash Chart or a JS chart? Awating your response.