GraphQL OBJECT

BiGroupResult

The report data for one group.

link Definition

  • type BiGroupResult {
  • # Name of the group. The value will be null if the y-axis is not grouped.
  • groupTitle: String
  • # Index of the group.
  • groupIndex: Int
  • # Result data for all x-axis values.
  • data: [String]
  • }