rahul_advanced Report post Posted October 1, 2012 (edited) Hello Team , I need to show data in Tabular format, i see there is a SSGrid chart which is use to represent data in tabular format, but it is used as supporter chart for others charts. I need to use SSGrid as my main chart , the only problm i found is, there is no way to specify Caption or Headers (columns header) for this chart. Is there any way to do this? Edited October 1, 2012 by rahul_advanced Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 1, 2012 Hi, Providing caption or (column header) is not possible single series grid component. Share this post Link to post Share on other sites
rahul_advanced Report post Posted October 3, 2012 Thanks For Reply, Ok, no problem if it is not possible, but better if you can provide this option also in future, so we can use SSGrid chart as main chart. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 3, 2012 Hi, Can you please provide a screen-shot of your requirement? Share this post Link to post Share on other sites
rahul_advanced Report post Posted October 5, 2012 Hello Sumedh , I attache the Screen Shot of my report (SSGrid.png) as my requirement. Basically i want to draw a chart where i have different links and click count of that links. I want to show each link and their respective click count. I try with column and scroll charts but problem i am facing is, links are so big like "http://xyz.cz.vde-0006/1/2/landing-pages/example-form.aspx", which is not adjust in X-axis and not looking good, and i need to show 50 records like that and that is not looking good. So I found SSGrid is better for me , if it has Caption and Column Headers. I also attach the screen shot of column chart (Scroll.png) where i am facing problem. Share this post Link to post Share on other sites
Sanjukta Report post Posted October 5, 2012 Hi, I am afraid, the SSGrid does not support Caption and Column Headers, as of now. However, for the Scroll Charts, would it be convenient for your if you provide links and display click-able labels to hide the long links, as a work-around for the same? Ex: <categories> <category label='<a href="http://www.fusioncharts.com/" target="_blank">Link in Label</a>' /> </categories> ... <styles> <definition> <style name='LabelFont' type='font' font='Arial' size='12' isHTML='1' /> </definition> <application> <apply toObject='DATALABELS' styles='LabelFont' /> </application> </styles> Hope this helps. Share this post Link to post Share on other sites