/
Data Table

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'
    }
  ]
}

Related content

Number
Read with this
Text
Read with this
Calendar
Read with this
Bar Chart
Read with this