Gradients : Properties used to adjust color gradients in all visualizations

# gradient

gradient : true

gradient : false


# gradientOrientation
Specifies the orientation of the gradient when the gradient type is linear.
Type: string
Default: vertical
Options: vertical, horizontal

gradientOrientation : "vertical"

gradientOrientation : "horizontal"


# gradientType

gradientType : "linear"

gradientType : "radial"