Subject: | Need URL Encoding Of Data |
I was testing adding 'links' to data points and discovered that the link
values are not URL encoded (I think all data might need to be URL
encoded, but I'm unsure). With the example data from here:
http://teethgrinder.co.uk/open-flash-chart/gallery-data-49.php
We see that links are defined as follows (truncated):
&links=javascript%3Aalert%28%22Downloads%23comma%23+Janua ...
However, when I add links via Chart::OFC, I see they are defined as
follows (truncated):
&links=javascript:alert("http://www.yahoo.com"),javascrip ...
Cheers,
Ovid