Class: Aws::QuickSight::Types::DonutOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The options for configuring a donut chart or pie chart.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arc_optionsTypes::ArcOptions

The option for define the arc of the chart shape. Valid values are as follows:

  • ‘WHOLE` - A pie chart

  • ‘SMALL`- A small-sized donut chart

  • ‘MEDIUM`- A medium-sized donut chart

  • ‘LARGE`- A large-sized donut chart

Returns:



13910
13911
13912
13913
13914
13915
# File 'lib/aws-sdk-quicksight/types.rb', line 13910

class DonutOptions < Struct.new(
  :arc_options,
  :donut_center_options)
  SENSITIVE = []
  include Aws::Structure
end

#donut_center_optionsTypes::DonutCenterOptions

The label options of the label that is displayed in the center of a donut chart. This option isn’t available for pie charts.



13910
13911
13912
13913
13914
13915
# File 'lib/aws-sdk-quicksight/types.rb', line 13910

class DonutOptions < Struct.new(
  :arc_options,
  :donut_center_options)
  SENSITIVE = []
  include Aws::Structure
end