Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. Hi Qasim, Can you please share the data along with chart dimension to replicate the issue?
  2. Hi Qasim, The data is fed to the chart through XML/JSON data format and chart is being rendered via FusionCharts API. If the data is being retrieved from a database, generate the data and store it in the variable to render the chart through FusionCharts API. Hope this helps.
  3. Hi Qasim, Try using "plotSpacePercent" attribute in the chart element to control the bar width if the number of category element differs. Hope this helps.
  4. Dynamically remove category data on click

    Hey, You will have to follow a similar practice to remove the category elements based on the checkbox selection. Configure options for a chart, then do a postback with the configured options, and then update the chart with the newer data from the server. Generate the XML based on your selection to render a chart. Hope this helps.
  5. yAxisMinValue is not considered

    Hi, Can you share the XML/JSON data for further looking into the issue related to Y axis limits??
  6. Hi, Can you please try setting "forceXAxisValueDecimals" and "forceYAxisValueDecimals" attribute to 1? The decimal values to be displayed in X axis works for Auto mode only. <chart .... yAxisValueDecimals='2' forceXAxisValueDecimals='1' forceYAxisValueDecimals='1' xAxisValueDecimals='2' xAxisLabelMode='Auto'>
  7. Hi Lulian, As per the screenshot, it seems you are using the earlier version of FusionCharts. Can you please try using the latest version[FusionCharts XT ] and let us know if your issue is being resolved?
  8. yAxisMinValue is not considered

    Hi Lulian, Have you set the yAxisMinValue attribute as a negative value? For example: <chart yAxisMinValue='-1500000'>
  9. Issue while rendering as javascript and flash

    Hey, Since primary Y axis min and max value are being the same, Y axis values are not visible for Flash whereas JS charts does overrides the specified value. Try removing PyAxisMinValue="0" PyAxisMaxValue="0" from the chart element. Hope this helps.
  10. Problem with zoom line

    Hi, Can you please let us know which specific area the zooming does not work?
  11. Problem with zoom line

    Hi, Zooming is supported within the canvas area of the ZoomLine chart. It is not restricted to any specific area.
  12. Hide Or Remove Process Names In Gantt Chart

    Hi Alce, Welcome to FusionCharts Forum Post. Can you please try using the latest product release? <processes width='0'> <process label='' /> <process label='' /> <process label='' /> </processes> For Evaluation version : http://www.fusioncharts.com/download/ Hope this helps.
  13. Problem with zoom line

    Hi, We are unable to replicate the issue using our latest product release. Please check out the Zoomline chart from our Demo Gallery :http://www.fusioncharts.com/explore/zoomline_5/
  14. Hey, Glad to know our suggestion was helpful. With regards to upgrade, please drop a mail to "[email protected]". One of our members from relevant department, will get in touch with you asap.
  15. Special Characters Aren't Working

    Hey, Try using HTML Entity encoding[hex/decimal] for delta characters. Δ or Δ for a delta character. <set label='Jan Δ' value='420000' />
  16. jquery plugin for 3.4?

    Hi Brad, FusionCharts jQuery plugin files from the earlier version can be used along with the latest files of v3.4. It works!!!!
  17. Hi Amol, Issue seems to exist in our earlier version. However, issue is not being replicated using the latest product release. Please try upgrading to the latest Evaluation version from: http://www.fusioncharts.com/download/ and let us know your feedback. FusionCharts (3).pdf
  18. Hey, This is with regards to your issue "JavaScript Funnel chart alignment issue" has been fixed in our latest product release. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback.
  19. Logo in Evaluation Version

    Hey, The logo rendering issue in our Scroll charts has been fixed in our latest product release. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback.
  20. Gantt Chart: align (sub)caption with styles

    Hey, Using the latest product release, it is feasible to configure the caption alignment of the Gantt chart. <chat....captionAlignment='right'> "captionAlignment" accepts value as left/center/right. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback.
  21. pYAxisName and sYAxisName Font Color

    Hey, Using the latest product release, it is feasible to configure the font cosmetic properties of the Primary and Secondary Y-Axis name using numerous attributes like pYAxisNameFont,sYAxisNameFont, pYAxisNameFontColor, sYAxisNameFontColor, pYAxisNameFontSize. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback.
  22. Column chart data labels alignment

    Hi, As you are aware, our latest product would support rendering in JavaScript mode and support for Flash charts has been deprecated. As a suggestion, can you please try using the JavaScript charts? Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback.
  23. Hi Satya, Please refer to http://forum.fusioncharts.com/topic/15840-line-graph-not-rendered-in-chart/
  24. line graph not rendered in chart

    Hi Rama, The issue has been fixed in our latest product release. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback.
  25. Show prefix before ShowSum in stacked 2D chart

    Hi, "numberPrefix" attribute would add prefix to all the numbers visible on the graph. So, it is not feasible to add prefix only to the sum value in a Stacked chart.