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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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:



13358
13359
13360
13361
13362
13363
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13358

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.



13358
13359
13360
13361
13362
13363
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13358

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