diaryfolio Report post Posted March 30, 2012 Guys, How to put CSS class details into DragNode elements like <dataset> and <connectors> ? <connector from='${ls.source[0]}' to='${ls.destination[0]}' color='${linkcolor}' strength='1.5' alpha='100' arrowAtStart='0' arrowAtEnd='1' link='' label='${llabel}' /> This is what we wanted to do for a data driven view. The data is fetched in a loop using FTL and fed into the connector element. All works fine. currently the ${linkcolor} is a color hex code (eg BB0000) , but if I want to change it into a class how can I do it? I have a class for defining all ERROR and the line should show RED color. I have a class called ERROR which I can substitute? Share this post Link to post Share on other sites
Sanjukta Report post Posted March 31, 2012 Hi, I am afraid, FusionCharts does not support CSS to be applied on the charts, as of now. However, you can perform all the cosmetic configuration using the XML attributes for each chart, mentioned elaborately in the online documentation. Ref.- http://docs.fusioncharts.com/powercharts/Contents/ChartSS/DragNode.htm Hope this helps. Share this post Link to post Share on other sites
Sanjukta Report post Posted June 11, 2013 Hi, Apologies for the inconvenience. The link in the previous post seems to be incorrectly mentioned. Please use the following link to refer to the Drag Node XML API sheet. Ref.- http://docs.fusioncharts.com/powercharts/Contents/?ChartSS/DragNode.htm Hope this helps. Share this post Link to post Share on other sites