Alexandru Report post Posted February 5, 2013 (edited) Hello, I want to know if it is possible to create the label of a category as a link. I have read some topics and I've found something like that: <category label="<a href='http://www.fusioncharts.com'>'>http://www.fusioncharts.com'> Jan </a>" /> One of the problems is that with elipsed labels this doesn't work. There is also another problem; if I add the "target" attribute to the "a" tag, the chart fails to interpret it as HTML code. Exemple: <category label="<a href='http://www.fusioncharts.com' target=_blank > Jan </a>" /> Finally, I want that my href to point to a javascript function. Same problem as above, fails to interpret it as HTML. Example: <category label="<a href='javascript:alert(\"Hello World!\");' > Jan </a>" /> Is there a solution to do all this? If we pass from the flash version to javascript/html5 version, would we have this, very important, features? Thank you, Alexandru Edited February 5, 2013 by Alexandru Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 11, 2013 Hi Alexandru, Sincere apologies for the delayed response. This is not possible. You can not make a category label as a link. Also, you can not invoke JavaScript functions on the category labels. There is no way to achieve this as of now. Thanks for your time and support. Share this post Link to post Share on other sites
Alexandru Report post Posted February 12, 2013 Hi Alexandru, Sincere apologies for the delayed response. This is not possible. You can not make a category label as a link. Also, you can not invoke JavaScript functions on the category labels. There is no way to achieve this as of now. Thanks for your time and support. Hello, Thank you for your answear. What we would like to know is if this options we'll be any soon available, and if this will be available for the html5 charts?! Thank you, Alexandru Share this post Link to post Share on other sites