ZoomCharts Documentation

Version: 1.21.1 (2025-02-07)
Switch to Version 2.0 (BETA)

FacetChart.settings.comments.panel

This section is defined by the type BaseSettingsChartPanel.

Properties

align: "left" | "right" | "top" | "bottom" | "center" | "middle" | "fill"
Default value: "fill"

Panel alignment

Valid values:
  • left
  • right
  • top
  • bottom
  • center
  • middle
  • fill
floating: boolean
Default value: false

Whether allow packing over other panels

location: "outside" | "inside" | "external"
Default value: "outside"

The location of the panel

Valid values:
  • outside - The panel is located outside of the chart area, which is achieved by reducing the size of the chart area.
  • inside - The panel is located inside the chart area, possibly overlapping the chart
  • external - The panel is located outside of the chart area. This option is only available for panels that use HTML elements instead of being drawn on the canvas.
margin: number
Default value: 1

Margin around the panel

side: "top" | "bottom" | "left" | "right"
Default value: "right"

Panel side

Valid values:
  • top
  • bottom
  • left
  • right
X