Prerana

Moderators
  • Content count

    204
  • Joined

  • Last visited

Everything posted by Prerana

  1. Fusion comparison chart legend issue

    Hello, Thanks for the query. The issue is not replicated from our end, its working as expected. Kindly refer the sample below for the implementation. http://jsfiddle.net/Prerana/pgyrfk06/4/ Please note, legends are not applicable to single series chart. Please let us know whether you are using the current version or the older one. Hope this helps,
  2. Fusion Chart Export feature

    Hello, Kindly send us the scale down sample, so that we can replicate the issue.
  3. Fusion Chart Export feature

    Hello, Kindly try this on another system, because Its working as expected from our end in IE11 with FusionCharts Suite v3.11.3. Hope this helps,
  4. Fusion Chart Export feature

    Hello, Thanks for the query. For the first query, i.e. In IE(version IE11), there are only 4 options of export available: (PNG, JPG, PDF, SVG). Ans. Its showing all the five options i.e. PNG, JPG, PDF, SVG, XLS. Here is the screenshot attached. Kindly refer the fiddle below to replicate the same. http://jsfiddle.net/Prerana/nnpz5egr/8/ For the second query, i.e. In the exported XLS, the label information (which has a comma in it) is being chopped off. Ans. We have logged a bug for the same, will keep you posted. Hope this helps,
  5. Overlaping labels in Pie Charts

    Hello, Glad to inform you that the issue has been resolved in our current version i.e. FusionCharts Suite v3.11.3. Kindly refer the fiddle below for the implementation. http://jsfiddle.net/Prerana/fegf4zp5/8/ Hope this helps,
  6. Hello, Thanks for replying back. Your requirement is achievable using our new feature smartlabel. Using smartlabel you can achieve the following features: If a bound box is provided it wraps / truncates the text Calculate the metrics (height and width) of text for any style Add ellipses if the text is truncated Wraps a label in the bound box For further details about smartLabel, kindly refer the github link given below. https://github.com/fusioncharts/fusioncharts-smartlabel Kindly refer the fiddle below for the implementation. http://jsfiddle.net/og5nkwLd/1/ Hope this helps,
  7. Hello, Thanks for replying back. The automatic wrapping of the text is not supported in JS chart due to certain limitations. Hope this helps,
  8. Hello, Your requirement is achievable. Kindly use "canvasLeftMargin" attribute to get the alignment. Kindly refer the fiddle below for the implementation. http://jsfiddle.net/Prerana/y3H2G/2015/ Hope this helps,
  9. Hello, Thanks for the query. Unable to replicate your scenario. Kindly modify the sample given below or share an image, so that we can replicate your requirement. http://jsfiddle.net/Prerana/y3H2G/2010/
  10. Hello, Kindly download FusionCharts Suite XT, using the link given below. http://www.fusioncharts.com/download/ This suite contains all the required js files. Extarct those files, and use them as per your requirement. Hope this helps,
  11. Hello, Thanks for the query. The combination of bar chart and line chart is not supported. Instead of bar chart , you could use the combination of column chart and line chart. Kindly refer the link below, for the implementation.https://www.dropbox.com/s/ep26pqwgo4gv1sd/Chart.zip?dl=0 Hope this helps,
  12. Population CHart

    Hello, The attribute "placeValuesInside" is not supported by stacked bar chart type. As it is a stacked chart type, ie one plot will come over another plot, so placing value out side won't be a good visualisation. You can show value inside the plot, by setting the attribute "showValues" as 1 at the chart level. In your case, you can use text annotation, as the plots are in opposite direction. Using text annotations, you can add notes, labels, or any other contextual text information that you may want to make available inside the chart at any position. For more detatils about annotation, please refer the Fusioncharts documentation links given below. http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/introduction.html http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/creating-annotations/creating-text-annotations.html Kindly refer the fiddle below for the implementation. http://jsfiddle.net/Prerana/rdzp6kco/8/ Hope this helps,
  13. Adding icons with tooltips

    Hello, Thanks for the query. Kindly use annotation and its event (annotationClick, annotationRollOver, annotationRollOut) to achieve your requirement, ie add an icon to the chart with hover effect and click event. For more details about annotation, visit the links given below. http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/introduction.html http://www.fusioncharts.com/dev/api/fusioncharts/namespaces/annotations.html#events Kindly refer the fiddle below for the implementation. http://jsfiddle.net/BDZEG/44/ Hope this helps,
  14. Population CHart

    Hello, Thanks for the query. Please use the stackedbar2d chart instead of bar chart. Kindly refer the fiddle link below for the implementation. http://jsfiddle.net/Prerana/rdzp6kco/6/ Hope this helps,
  15. Hello, We have logged a bug. We will keep you posted.
  16. Hello, I hope that you got the solution of your query at this link : http://forum.fusioncharts.com/topic/18764-angularguage/ Hope this helps,
  17. Hello, Thanks for the query. Glad to know that setCharAttribute() helped you, for the first query. I hope that you got the solution of your second query, ie. set the dial score of angular gauge at the time of creating it's clone at this link: http://forum.fusioncharts.com/topic/18766-angulargauge-clone-modifying-the-dial-score/ Hope this helps
  18. AngularGuage

    Hello, Thanks for the query. Your requirement is achievable. Please use the clickURL attribute at the chart level, and set the hotspot link if suitable in your case or you can also set a dummyURL as its value. Then the entire chart can now act as a hotspot. Kindly refer the fiddle link below for the implementation. http://jsfiddle.net/Prerana/81ffyu60/4/ Hope this helps
  19. Hello, Thanks for the query. We have created a sample as per your requirement ie. to change the dial score of angular guage at the time of creating the clone of the same. There is a method called feedData, which is used to feed data to the chart. Kindly refer the fiddle below, for the implementation. http://jsfiddle.net/Prerana/12j5m525/3/ Hope this helps,
  20. Hello, Glad to know that it worked. Happy FusionCharting
  21. Hello, We have logged the issue internally. We will keep you posted about the same. For a workaround remove the "baseFontSize" and use the default font. Kindly refer the fiddle below for the implementation. http://jsfiddle.net/ghtm181q/2/ Hope this helps,
  22. Hello, We are looking into this, will keep you posted. Thanks, Prerana Singh
  23. Hello, Thanks for the query. Kindly send the scaledown sample, so that we can replicate the issue for further assistance. For a workaround you can check out the sample of drill down chart (JSON) using php and MySQL provided below. https://www.dropbox.com/s/g3va4j9nrjhaubd/php-mysql-multilevel-drill-down.zip?dl=0 Hope this helps, Thanks, Prerana Singh