OBJECT

DashboardOpportunitiesTrendView

link GraphQL Schema definition

  • type DashboardOpportunitiesTrendView {
  • # When true, the chart plots the probability-weighted opportunity value series.
  • showWeightedValue: Boolean!
  • # When true, the chart plots the raw (unweighted) opportunity value series.
  • showUnweightedValue: Boolean!
  • # When true, the chart plots the balanced opportunity value series.
  • showBalancedValue: Boolean!
  • # When true, the chart plots the won opportunity value series.
  • showWonValue: Boolean!
  • # When true, the chart plots the ranked opportunity value series.
  • showRankedValue: Boolean!
  • # When true, the goal is drawn as a target line over the value series.
  • showTargetLine: Boolean!
  • # Time range covered by the trend chart.
  • period: PeriodOption!
  • # Time bucket each data point represents: Day, Week, Month, Quarter, or Year.
  • periodGranularity: PeriodGranularity!
  • }