Skip to main content

CHART_DOM_IDS

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/charts/dom/chartDomUtils / CHART_DOM_IDS

Variable: CHART_DOM_IDS

const CHART_DOM_IDS: { backgroundContainer: "background_chart_container"; contentContainers: readonly string[]; controlsToggleSelector: "#chart-controls-toggle"; renderContainers: readonly string[]; settingsWrapperSelector: "#chartjs-settings-wrapper"; }

Defined in: utils/charts/dom/chartDomUtils.ts:120

Stable chart DOM identifiers used by chart container lookup helpers.

Type Declaration​

backgroundContainer​

readonly backgroundContainer: "background_chart_container" = CHART_BACKGROUND_CONTAINER_ID

contentContainers​

readonly contentContainers: readonly string[]

controlsToggleSelector​

readonly controlsToggleSelector: "#chart-controls-toggle" = CHART_CONTROLS_TOGGLE_SELECTOR

renderContainers​

readonly renderContainers: readonly string[]

settingsWrapperSelector​

readonly settingsWrapperSelector: "#chartjs-settings-wrapper" = CHART_SETTINGS_WRAPPER_SELECTOR