[]
Sheets.DataCharts.ComparisonOperator
Specifies the datachart filter operator.
• equalsTo = "EqualsTo"
The field value must be exactly equal to the target value.
• greaterThan = "GreaterThan"
The field value is greater than target value.
• greaterThanOrEqualsTo = "GreaterThanOrEqualsTo"
The field value is greater than or equal to the target value.
• in = "In"
The field value must match any one of the given filter array.
• lessThan = "LessThan"
The field value is less than target value.
• lessThanOrEqualsTo = "LessThanOrEqualsTo"
The field value is less than or equal to the target value.
• notEqualsTo = "NotEqualsTo"
The field value is not equal to the target value.