Bubble Graphs : General parameters in circular bubble graphs

# bubbleColor
Color for the Bubbles. Only applicable to the bubble subtype
Type: color
Default: rgba(204,204,204,0.33)
Used in: Bubble, Circular

bubbleColor : "#9e0adb"

bubbleColor : "#ff7d00"


# bubbleLabel
Position for the labels in bubble circular plot
Type: string
Default: auto
Options: first, last, all, auto, none
Used in: Bubble, Circular

bubbleLabel : "last"

bubbleLabel : "all"

bubbleLabel : "none"


# bubbleLabelLineType
Line type when label is away from the bubble
Type: string
Default: arch
Options: line, arch
Used in: Bubble, Circular

# bubbleLabelPosition
Position for the labels in bubble circular plot
Type: string
Default: center
Options: top, center, bottom
Used in: Bubble, Circular

bubbleLabelPosition : "top"

bubbleLabelPosition : "bottom"


# bubbleOutlineColor
Color for the Outline of bubbles. Only applicable to the bubble subtype
Type: color
Default: rgb(0,0,0)
Used in: Bubble, Circular

bubbleOutlineColor : "#9e0adb"

bubbleOutlineColor : "#ff7d00"