projects/common/chart/renderer/chart-renderer.ts
import { ChartRendererDeps } from '@cngx/common/chart'
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.
DestroyRef
CngxChart
CngxChartContext