FusionCharts Forum: HTML Characters not passing as expected - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

HTML Characters not passing as expected Need to send parameters to new URL

#1 User is offline   Riley 

  • Forum Newbie
  • Group: Members
  • Posts: 1
  • Joined: 29-June 10

Posted 06 July 2010 - 09:32 AM

I am trying to add parameters to the clickable portion of the chart. Here is an example:

DrillLevelOne.php?Standard=ALL&Level=Green&Status=Open&SAPYearToDisplay=All&Director=%&Mgr=%

What comes over to the next page is :

DrillLevelOne.php?Standard=ALL&Level=Yellow&Status=Open&SAPYearToDisplay=All&Director=Mgr=

Is there a way to escape the % sign to have it transfer correctly. I have tried htmlspecialchars and htmlentities

0

Other Replies To This Topic

#2 User is offline   Sudipto Choudhury 

  • Supreme Being
  • Group: Administrators
  • Posts: 1919
  • Joined: 19-March 07

Posted 06 July 2010 - 11:49 PM

Hi,



You would need to use URL Encode method.



Moreover, you also need to set unescapeLinks='0' in <chart> element of your XML.
Regards,

Sudipto Choudhury
FusionCharts Team

Follow us on Twitter

I code, therefore I am.

0

Other Replies To This Topic

#3 User is offline   zoomzoom9 

  • Forum Newbie
  • Group: Members
  • Posts: 8
  • Joined: 13-July 10

Posted 14 July 2010 - 11:09 AM

I'm having the same problems, and I can't see to get it to work after encoding. Here's what I've got:



set value='11' alpha='100' link='Market%20Detail.htm%3FMarketNum%3D01'



The link is supposed to go to "Market Detail.htm?MarketNum=01", so I believe I've got it encoded correctly but it just ignores everything past the question mark (%3F).



Any ideas? Thanks
0

Other Replies To This Topic

#4 User is offline   Sanjukta 

  • Supreme Being
  • Group: Administrators
  • Posts: 1664
  • Joined: 15-March 10

Posted 15 July 2010 - 12:19 AM

Hi,

Welcome to FusionCharts Forum. :)

Could you please try setting the attribute unescapeLinks to "0" in the <chart> element and see if it helps?

Looking forward to your feedback on the same.

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Thanks,
Sanjukta

Follow us @Twitter!
0

Other Replies To This Topic

#5 User is offline   zoomzoom9 

  • Forum Newbie
  • Group: Members
  • Posts: 8
  • Joined: 13-July 10

Posted 27 July 2010 - 06:57 AM

Tried it but no luck. Does it matter that I'm using one of the 3D graphs so I don't have a chart element, I have a graph element?
0

Other Replies To This Topic

#6 User is offline   Sanjukta 

  • Supreme Being
  • Group: Administrators
  • Posts: 1664
  • Joined: 15-March 10

Posted 27 July 2010 - 07:33 AM

Hi,

Apologies for the inconvenience caused.

Could you please refer to the following link to get details on how to display special/multi-lingual characters?

Ref.- http://www.fusioncharts.com/free/docs/Contents/Adv_SpChar.html

Hope this is of some help. :)

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Thanks,
Sanjukta

Follow us @Twitter!
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic