ZoomCharts Documentation

PieChart.settings.area

This section is defined by the type BaseSettingsArea.

Chart area related settings.

Properties

height: number
Default value: null

Height of the chart. If undefined the chart height will adapt to container element.

left: number
Default value: null

The horizontal position of the chart. This setting only applies when this chart is nested within another by using parentChart setting.

maxHeight: number
Default value: 20000

The maximum chart height. Chart will not resize below this.

maxWidth: number
Default value: 20000

The maximum chart width. The chart will not resize below this

minHeight: number
Default value: 50

The minimum chart height. Chart will not resize below this.

minWidth: number
Default value: 50

The minimum chart width. The chart will not resize below this

top: number
Default value: null

The vertical position of the chart. This setting only applies when this chart is nested within another by using parentChart setting.

width: number
Default value: null

Width of the chart. If undefined the chart width will adapt to container element.

X