Interface ChartConfigSection

Hierarchy

  • ChartConfigSection

Properties

allowAttributeColumns?: boolean

Allow Attribute/Dimensional Columns on the Section Example: strings, dates, etc

Default

true

Version

SDK: 0.1 | ThoughtSpot:

allowMeasureColumns?: boolean

Allow Numeric Columns on the Section

Default

true

Version

SDK: 0.1 | ThoughtSpot:

key: string

key to persist the columns

Version

SDK: 0.1 | ThoughtSpot:

label: string

i18n'ed string to show the section label on the config editor

Version

SDK: 0.1 | ThoughtSpot:

maxColumnCount?: number

Number of columns allowed in the section

Default

Number.POSITIVE_INFINITY

Version

SDK: 0.1 | ThoughtSpot: