ZoomCharts Documentation

GeoChart.settings.legend

This section is defined by the type BaseSettingsLegend.

Properties

View section details

Advanced settings which may change in the future.

enabled: boolean
Default value: false

Show/hide chart legend.

equalizeRowsColumns: boolean
Default value: true

Whether to order entries to get possibly equal number of items into columns or rows. If false, once the row or column is full of entries, the next element will be first in the new row or column/rows.

height: number
Default value: null

Maximum height of the legend. If null, all available vertical space of chart will be consumed to set as much entries as possible. It coincides with the chart height if legend panel side is on a left or right.

Introduced in version 1.14.0.
View section details

Settings related to the user interaction with the legend.

lineSpacing: number
Default value: 0.2

Vertical space between the lines of text.

margin: number
Default value: 1

Margin around each legend entry.

View section details

Visual element of legend entry with appropriate style to a slice color it corresponds. The content of each legend marker is the same as info popup appearing while hovering on slice.

maxLineSymbols: number
Default value: 15

Max number of symbols used in one line of text that applies to any legend entry.

minHeight: number
Default value: null

Minium height of the legend.

minWidth: number
Default value: null

Minium width of the legend.

numberOfColumns: number
Default value: null

Max number of columns. Use in conjunction with side parameter under the legend panel should be right or left in order to arrange entries by columns.

numberOfRows: number
Default value: null

Max number of rows. Use in conjunction with side parameter under the legend panel that should be set as bottom or top in order to arrange entries by rows.

padding: number
Default value: 5

Padding around each entry text and marker.

View section details

Legend enclosing panel settings.

shouldForceWrapLongText: boolean
Default value: false

Whether to automatically wrap legend text if any word is too long to fit in the legend entry

shouldHideLongText: boolean
Default value: false

Whether to hide legend text that is too long to fit in an entry

View section details

Text settings displaying in legend entries.

width: number
Default value: null

Maximum width of the legend. If null, all available horizontal space of chart will be consumed to set as much entries as possible. It coincides with the chart width if legend panel side is on a top or bottom.

X