Heatmap Color Indicators : General parameters for heatmap color indicators

# adjustAspectRatioHeatmapIndicator
Flag to ensure the heatmap indicator scales appropriately when the graph is rendered or the user manually resizes the graph, the adjustAspectRatio flag must be set to true for the adjustAspectRatioHeatmapIndicator to take effect
Type: boolean
Default: true
Used in: Heatmap

adjustAspectRatioHeatmapIndicator : true

adjustAspectRatioHeatmapIndicator : false


# heatmapIndicatorBeforeOverlays
Flag to place the heatmap indicator before the overlay legends
Type: boolean
Default: true
Used in: Heatmap

heatmapIndicatorBeforeOverlays : true

heatmapIndicatorBeforeOverlays : false


# heatmapIndicatorHeight
Length in pixels for the heatmap indicator
Type: integer
Default: 40
Used in: Heatmap

heatmapIndicatorHeight : 40

heatmapIndicatorHeight : 80


# heatmapIndicatorHistogram
Flag to show histogram in the heatmap indicator
Type: boolean
Default: false
Used in: Heatmap

heatmapIndicatorHistogram : true

heatmapIndicatorHistogram : false


# heatmapIndicatorHistogramColor
Color for the heatmap indicator histogram
Type: color
Default: #0ab0db
Used in: Heatmap

heatmapIndicatorHistogramColor : "#9e0adb"

heatmapIndicatorHistogramColor : "#ff7d00"


# heatmapIndicatorPosition
Position for the heatmap indicator
Type: string
Default: right
Options: topLeft, top, topRight, right
Used in: Heatmap

heatmapIndicatorPosition : "top"

heatmapIndicatorPosition : "right"


# heatmapIndicatorWidth
Length in pixels for the heatmap indicator line width used for increase the size of the indicator
Type: integer
Default: 200
Used in: Heatmap

heatmapIndicatorWidth : 200

heatmapIndicatorWidth : 250

heatmapIndicatorWidth : 150


# showHeatmapIndicator
Flag to show/hide the heatmap color indicator
Type: boolean
Default: true
Used in: Heatmap

showHeatmapIndicator : true

showHeatmapIndicator : false