JimB Report post Posted May 21, 2018 Does FusionCharts provide capability to display database resultset in a table grid format? Or do I need to use some other tool for easily displaying data in a table format? Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted May 22, 2018 Hi, You can use the heat-map chart as a workaround to visualize your data in tabular format. To know more check this link - https://www.fusioncharts.com/dev/chart-guide/standard-charts/heat-map-chart Share this post Link to post Share on other sites
sravani Report post Posted August 31, 2018 Hi , Can we write for loop for large data in heatmaps? Thanks Share this post Link to post Share on other sites
Akash Biswas Report post Posted September 3, 2018 Hi Sravani, The FusionCharts Heatmap chart has its own prescribed dataSource structure, that need to be followed to render the chart. If you have large data, you can always run a loop to automate the process of creating the dataSource for the chart in your implementation according to your requirement. But, please ensure that dataSource you are creating must be following the prescribed structure of the Heatmap chart. Please refer to the below link for the Heatmap chart dataSource structure : https://www.fusioncharts.com/dev/chart-guide/standard-charts/heat-map-chart Thanks, Akash. Share this post Link to post Share on other sites