JimB

Display data in grid format

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now