Bindhu

Members
  • Content count

    135
  • Joined

  • Last visited

Everything posted by Bindhu

  1. Hi, By defining radius in the dial element it fixes the size and wont let it resize. Please remove the radius definition in the dial element. Ref. Code: <dial value='160' toolText='XYZ' /> Hope this helps!
  2. Dates

    Hi, Sure, this request is already in our wish list. We will implementing it, if feasible. Hope this helps!
  3. Hi, To use multi-lingual characters on the chart, you necessarily need to use UTF-8 encoded format. Please refer: http://docs.fusioncharts.com/charts/contents/advanced/special-chars/SpChar.html Hope this helps!
  4. Hi Anu, Welcome to FusionCharts Forum It is not possible. We do not support this feature, as of now, for good. Hope this helps!
  5. Hi, We do not support this feature, as of now. We will add your request to our wish list, if feasible. Hope this helps!
  6. Hi Nayana, Welcome to FusionCharts Forum Do you mean to say that you want to edit Pie chart by dragging the pie line on the chart to adjust the pies? If yes, we do not support this feature, as of now. Hope this helps!
  7. Hi, You may use MultiSeries Column2D chart. Please refer: http://docs.fusioncharts.com/charts/contents/?ChartSS/MSColumn2D.html To specify similar color, please use hex color codes in the color attribute of dataset element. Hope this helps!
  8. Hi, If you wish to remove all the divisional lines, please set numDivLines to 0 and set showLimits to 0. If you wish to display from 0 to 25 on the y axis with an incremental value of 1, then set numDivLines to 24, divLineAlpha to 0. If you wish to see the alternate horizontal grid, then set showAlternateHGridColor to 1 and alternateHGridAlpha to 100. Please see attachments. Hope this helps!
  9. y axis range problem

    Hi, You have to set sYAxisMaxValue to 100 since it is the secondary axis. Hope this helps!
  10. yAxisMaxValue is not working

    Hi, You have to set sYAxisMaxValue to 100 since it is the secondary axis. Hope this helps!
  11. Hi, You may try using vLines to suffice your requirement. Use vLines between categories element. Ref. Code: <categories> <category label='Jan' /> <vLine color='000000' thickness='2' labelPosition='0.59' linePosition='0' label='101' alpha='0' showLabelBorder='0'/> <category label='Feb' /> <vLine color='000000' thickness='2' labelPosition='0.33' linePosition='0' label='179' alpha='0' showLabelBorder='0'/> <category label='MAr' /> </category> Hope this helps!
  12. Hi, Can you please share the complete JSON data?
  13. Column 2D vertical div line not showing

    Hi, Column2D chart do not support numVDivLines. Please use vLines. vLines are vertical separator lines that help you separate blocks of data. These lines run through the height of the chart, thereby segregating data into different blocks. Ref. Code: <vLine color='FF5904' thickness='2' /> Hope this helps!
  14. Hi, Can you please try saving the page with UTF-8 encoding and see if it helps? Please refer: http://docs.fusioncharts.com/charts/contents/advanced/special-chars/SpChar.html Hope this helps!
  15. Hi, Like I have already mentioned to you, Zoom Line chart do not apply advanced label management and hence you will not be able to achieve similar effect on a Zoom Line chart. Hope this helps!
  16. Hi, Can you please encode it using %A3? Ref Code: label='(7709.34 K, %A3 314.49 M)' Hope this helps!
  17. y axis range problem

    Hi Ashish, Since you are rendering the chart on secondary y-axis, you have to set 'syaxismaxvalue' to 100 instead of pyaxismaxvalue. Hope this helps!
  18. Hi Abid, Can you please elaborate a bit more? Are you using text Annotations? If yes, then you may directly use the pound symbol in the label attribute. Ref. Code: <annotation type='text' x='70' y='155' fontSize='12' isBold='1' label=' £100' color='FFFFFF'/> Please find attached screen shot. Hope this helps!
  19. MSCombiDY2D overlap bars

    Hi, Yes this feature works only with the latest version(v3.3.1 SR3). Please upgrade to the latest version. You may download the latest trial version from the link below, www.fusioncharts.com/download/ Hope this helps!
  20. Hi, Zoom Line chart do not apply advanced label management and hence you will not be able to achieve similar effect on a Zoom Line chart. Along with Zoom line chart, Bar, Pie, Doughnut, Marimekko, and Multi-series Combination 3D charts also do not support advanced label management. Hope this clarifies.
  21. Hi, Zoom Line chart do not apply advanced label management and hence you will not be able to achieve similar effect on a Zoom Line chart. Along with Zoom line chart, Bar, Pie, Doughnut, Marimekko, and Multi-series Combination 3D charts also do not support advanced label management. Hope this clarifies.
  22. problems about DragNode chart

    Hi, The link is in the right format. It is working fine for for us.