OBJECT
ChartComparison
link GraphQL Schema definition
- type ChartComparison {
- # Whether the chart shows a comparison series.
- : Boolean!
- # Identifier of the date field used to define the comparison period.
- : UUID
- # Period the comparison series covers.
- : PeriodOption
- # Comparison used for Date/Datetime fields
- : ChartYearComparison
- # When true, the comparison is shown relative to the current series (such as a
- # difference or percentage) rather than as an independent series.
- : Boolean!
- # Identifier of the history comparison date the chart compares against, for
- # history-based reports.
- : UUID
- # Color of the comparison series, given as an RGB color code encoded as an
- # integer.
- : Int
- }