Skip to main content
cngx-src documentation

ChartRendererDeps

Interface

projects/common/chart/renderer/chart-renderer.ts

Import#

import { ChartRendererDeps } from '@cngx/common/chart'

Description#

Construction dependencies shared by every renderer backend. The renderer reads scales / dimensions through the chart context and schedules its own teardown through the DestroyRef - it never injects the concrete CngxChart class.

Index#

Properties

Instance Properties#

destroyRef#DestroyRef
Readonly