Viewing an embedded Gauge chart

You must select a standard worksheet for which the Report Source = Embedded and the rv_chart_number = 7 (Gauge). A chart is displayed in the worksheet panel below the pivot table, if applicable. All the gauges are alloted equal space in the chart of the worksheet panel.

Note: The rv_fit_panel parameter is not applicable for a Gauge chart.

Display settings:

  • By default, the data is plotted on the rows (rv_chart_rows = TRUE) in the chart:
    • Gauge charts display only one set of values in the pivot parameter (either the first row or the selected row are displayed).
    • Gauge charts display a separate gauge for each top dimension (Top 1 to n) combination.
    • If rv_chart_rows = FALSE, the series from the first top dimension or the selected dimension are used. Separate Gauge charts are generated based on the left dimensions.
  • The rv_chart_3D parameter is not considered for the Gauge chart. These charts are always displayed in 2D.
  • If the chart is displayed without the pivot parameter (rv_pivot_hide = true), by default, the Slicers area is displayed in the chart. To hide dimensions in the Slicers area, the user must set the dimensions in the rv_slicers_hide parameter.
  • Color coding is displayed, only if specified in the rv_measure_format parameter.

If you hover over the data on the chart, a tooltip is displayed that details the current series and value, based on the main flow of the data.

Note: 
  • You cannot plot % format measures separately in Gauge charts.
  • The drag option to edit values is not supported for Gauge charts.