How to select all data

We are using SQL Server as data source and we have 100+ items in table. How can we fetch entire data and show in one panel using either of visualization method?

We can even break them into set of 3 or 4 batches. But we are unable to decide which visualization and methods are perfect for this situation. Kindly give your valuable inputs. Thank you.

use a table? you can have scrollbars and pagination, so you can have a panel showing 10 rows, and users can scroll for more…

a stat panel would also work, but you would have hundreds of blocks, a treemap could also work, if you want to indicate largest to smallest of some value

1 Like