Vishalika

Members
  • Content count

    301
  • Joined

  • Last visited

Everything posted by Vishalika

  1. Hi, Sharing a screenshot of IE8, we are unable to replicate the issue. The underline is not seen in the latest version of Chrome , Firefox browser also. If possible share your data so that we can replicate it from our end. Awaiting response.
  2. Hi, The data is for single series chart type like 'column2d', refer this sample: http://jsfiddle.net/vishalika/Tu57h/146/ Check the data format of multi series in this link: http://www.fusioncharts.com/dev/chart-attributes.html?chart=mscolumn2d Hope this helps.
  3. Give Suggestion

    Hi Siva, Please confirm if this is the requirement: You want different appearance of tooltip while hovering on data plot. If yes, then currently we have uniformity of tooltip through out. Else, share any screenshot of the same.
  4. Hi, Welcome to FusionCharts Forum!! Please check this for reference: http://jsfiddle.net/vishalika/Tu57h/145/ Provide some data in the format so that the chart will render accordingly. Hope this helps.
  5. vertical labels transparent

    Hi, Try setting the alpha value in the category element of the JSFiddle shared. Hope this helps.
  6. vertical labels transparent

    Hi, Please check this JSFiddle link: http://jsfiddle.net/vishalika/58sYu/379/and share your feedback. Hope this helps.
  7. Give Suggestion

    Hi Siva, Please clarify the doubts for the use case you have shared: 1. You want the tooltip appearing for different data plot to be having different color. If yes, then it is not supported natively. Else elaborate the use case scenario. 2. Can you please elaborate the plot area requirement, since unable to make it out. Also, refer the docs section for any requirement of specific attributes: http://www.fusioncharts.com/dev/chart-attributes.html?chart=heatmap Awaiting response.
  8. Differences between javascript and flash renderer

    Hi Razvan, Support for rendering of charts, gauges, and maps in Adobe Flash has been deprecated since v3.4.0 or higher versions. Refer this link for the reason Flash has been deprecated: http://blog.fusioncharts.com/2013/08/a-final-goodbye-to-flash/ The chart rendered in both Flash and JavaScript will show up the difference in some parameters. Also, visit this for more clarification: http://docs.fusioncharts.com/archive/3.4.0/tutorial-setup-whats-new.html Hope this helps.
  9. vertical labels transparent

    Hi, As per your shared XML data, this JSFiddle is created : http://jsfiddle.net/vishalika/58sYu/377/ Can you check and point out the requirement in this? Awaiting response.
  10. Hi, Specifically, these devices have Android 4.4 OS. At our end , we are unable to test it. We have tested in Android 5.0 and it is not showing any issue.
  11. Give Suggestion

    Hi Siva, Glad to know that it helped. Happy FusionCharting!!!!
  12. Give Suggestion

    Hi Siva, Check this JSFiddle link: http://jsfiddle.net/vishalika/ebn9zubc/1/and share your feedback. Hope this helps.
  13. column chart shows negative value as positive

    Hi, Glad to know that it is fixed!!!!! Happy FusionCharting.
  14. Give Suggestion

    Hi Siva, Please check this: http://jsfiddle.net/vishalika/9p9u2/3/ Also, refer this article for help: http://www.fusioncharts.com/dev/usage-guide/configuring-your-chart-vertical-div-lines.html Hope this helps.
  15. Hi, Welcome to FusionCharts Forum!!! As per your requirement, it seems that you want the chart type to change using ASP.NET wrapper. So sharing a sample from our end having similar use case: https://www.dropbox.com/s/93tco8q9ud6p1zu/ASP.NET%20Sample_Dropdown.rar?dl=0 Check and confirm if it helps.
  16. column chart shows negative value as positive

    Hi, This issue has been checked with the latest version of FusionCharts v3.8 which is totally JavaScript and we would suggest you to upgrade since we have stopped supporting the flash component of charts. Also,using the latest ASP.NET wrapper which can be download from here: http://www.fusioncharts.com/asp-net-charts/ After following the use case you have mentioned, we are unable to replicate the issue at our end. Please upgrade with the latest and check if it fulfils your requirement. Hope this helps.
  17. column chart shows negative value as positive

    Hi, We have tried to create such sample in ASP.NET with FusionChart v3.8 that the different single series chart type(pie,column,line) having same piece of data is rendered with the help of Drop down menu. But the issue is not replicated. Sharing screenshots of the same. Share any scaled down sample for the issue to replicate, if possible.
  18. Hi, Can you please share any scaled down sample to replicate the issue? Currently, we don't have such implementation. Awaiting response.
  19. Give Suggestion

    Hi, Welcome to FusionCharts Forum!!! A similar kind of chart can be referred here: http://jsfiddle.net/vishalika/0q00rche/1/ Also, you can make use of Annotations for customizing as per requirement. Explore live JSFiddles for Annotations: http://www.fusioncharts.com/javascript-chart-fiddles/?feature=Annotations--in--charts Hope this helps.
  20. Multi-series 2D Dual Y Combination Chart

    Hi, Welcome to FusionCharts Forum!!! You can explore our PHP wrapper in this link: http://www.fusioncharts.com/php-charts/ You can refer the following sample of PHP with FusionCharts using XML: 1. Using Single series data: https://www.dropbox.com/s/4g2gur3f3vdeb67/php_samplewith_%20XML.rar?dl=0 2. Using Multiple series data: https://www.dropbox.com/s/s7hq6bjqxk5x6ar/php_multiseries_%20XML.rar?dl=0 For reference these sample will help you how you can generate the data format for the Combination chart type. Hope this helps.
  21. Hi, Welcome to FusionCharts Forum. We have tested multi series chart in Samsung mobile having Android OS. Link: http://jsfiddle.net/vishalika/dR72b/4/ Sharing a screenshot for the same. Unable to replicate from our end. Check and share your feedback or provide steps to replicate. Awaiting response.
  22. Hi, As per the logs,it seems that you are trying to re render the charts. Please confirm if dispose() API is used in this case, if not then dispose the chart and again re render it. Refer this link: http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#dispose Sample implementation: http://jsfiddle.net/vishalika/hpzv9qf8/ Hope this helps.
  23. Dashed and non-dashed lines same chart axis

    Hi Bob, Welcome to FusionCharts Forum. Try setting the attribute "dashed":"1", in the dataset level of the XML/JSON data. Refer this sample: http://jsfiddle.net/vishalika/S52bN/185/ Hope this helps.
  24. stacked bar chart sum displayed cuts off

    Hi Simi, Using your XML data, created a JSFiddle from our end: http://jsfiddle.net/vishalika/15zbv887/12/ , having FusionCharts version 3.8. Please check and confirm if it fulfills your requirement. Hope this helps.