GunPolicy

Members
  • Content count

    7
  • Joined

  • Last visited

Posts posted by GunPolicy


  1. Hi,

     

    Our developers are looking into the issue and will get back to you once this is fixed.

     

    Thank you very much for your continued patience and patronage.

     

    Hope you have a great day!

     

    Thanks for taking care of it. I will be waiting for your response.

     

    I just love FC bcoz of it features and support :)


  2. Hi,

     

    Welcome to FusionCharts Forum!smile.gif

     

    I am afraid, we are unable to replicate the issue, as the code is working fine from our end.

     

    Please find the screenshot attached for your reference.

     

    Hi,

    Yeah I see it is fine on your screenshot.

     

    Moreover, just now I've discovered that it is working for other names like 'United States' and so on. But still 'American Samoa' is not working.

     

    In our graph, Amercian Samoa is placing at the rightmost bars. May that be a reason? In the private message, I am sending you the actual URL where you can see it.

     

    Thanks

     

    Update:

    No PM system :(? I sent you the link via report tool.

     

    Thanks


  3. Hi,

    I am using the following XML to produce a bar chart. In this set, Tooltip and clickable link is working fine. But the set's name in chart is not showing the text after whitespace:

    <set tooltext='American Samoa: 250 {br}Click here for source data and year' link='N-/firearms/find-gun-policy-facts?country=American+Samoa&column=number_of_privately_owned_firearms' name='American Samoa' value='250' color='E3730E' /><styles><definition><style name='mycaption' type='font' color='#889a75' />

     

     

    The name is 'American Samoa'. But in the chart it is showing only 'American'.

     

    From php, I tried to urlencode. But that showing 'American+Samoa' in chart; it is not URL Decoding.

     

    Please check the attachment to see how it actually look.

     

     

    any help? thanks in advance!

    post-13166-0-48965400-1310884456_thumb.png


  4. Hi,

     

    Thanks for your appreciation.

     

    We are glad to know that you have managed to solve your purpose.

     

    Happy FusionCharting!biggrin.gif

    hi angie,

    i have another problem. please see the screenshots. I have tried reading many other solutions in your site Including http://kb.fusioncharts.com/questions/164/How+can+I+handle+long+x-axis+labels%3F but none matched my problem :(.

     

    See that the left-bottom part is chopped. Part of text 'arab ' is chopped. more texts is chopped if the label is longer. can you help?

     

    Thanks

    post-13166-006836800 1299583762_thumb.png


  5. hi,

    i have created a chart.

     

    I need to make the bar clickable which I did using 'link' attribute. please the following:

     

    <set link='TARGET_LINK' name='Brazil' value='1300000' color='C753A7' />

     

    Issue is that TARGET_LINK is opening on current window. I need to open it on new window. ('_blank'). Can it be done?

     

    Thanks