vinayreddy Report post Posted July 10, 2012 How to embed both fusion chart and the html data table together and display on my web page. Please help me on this issue. I cannot display both at a time. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 11, 2012 How to embed both fusion chart and the html data table together and display on my web page. Please help me on this issue. I cannot display both at a time. Hi, Do you want render the chart inside html table? Share this post Link to post Share on other sites
vinayreddy Report post Posted July 11, 2012 Actually i have already html table and data in it. And I plotted data into a bar chart. I want to display both together. And I don't want to render chart inside html table. I want to render it along with the table. Hi, Do you want render the chart inside html table? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 12, 2012 Actually i have already html table and data in it. And I plotted data into a bar chart. I want to display both together. And I don't want to render chart inside html table. I want to render it along with the table. Hi Vinay, You can use Single Series Grid to show chart data in the form a grid (table) along with the chart. You would need to create a separate div for rendering the Grid. Please note, Single Series Grid will plot the data for only single series data. Please find attached illustration and screen-shot for your reference. SSGrid.zip Share this post Link to post Share on other sites