Data Table

On this page you will find instructions on how to set up a Data Table.

Tables are best used for comparison of data when there are only a few variables in the data collection. Additionally, it is useful when comparing or looking up individual values and the data has to communicate quantitative information rather than trends.

Displaying only the name column (and not the count of each answer)

{
  columns: [
    {
      name: 'value'
    }
  ]
}