The renderer-factory the chart shell resolves to build its backend ยท Datapoint count above which <cngx-chart> a...
common/chart/renderer
Category
No results found
Features2#
References13#
- InterfaceChartRendererControllerDepsConstruction dependencies for {@link createChartRendererController}
- InterfaceChartRendererDepsConstruction dependencies shared by every renderer backend
- InterfaceCngxChartRendererA rendering backend for <cngx-chart>
- InterfaceCngxChartRendererControllerHandle returned by {@link createChartRendererController}
- InterfaceCngxChartRendererFeatureA single renderer-config override produced by a with* feature and folded by {@link provideChartRenderer}
- FunctioncreateCanvasRendererCanvas rendering backend
- FunctioncreateChartRendererControllerOwns the renderer mount / destroy / paint reactive lifecycle so the chart shell holds no rendering brain
- FunctioncreateSvgRendererSVG passthrough renderer
- FunctionprovideChartRendererAggregate renderer-config features into a provider set
- FunctionwithChartRendererFactoryReplace the renderer factory - e.g
- FunctionwithChartRendererThresholdOverride the SVG->Canvas auto-switch cutoff (default 500 )
- VariablecreateDefaultChartRendererThe default renderer factory: dispatches 'svg' to {@link createSvgRenderer} and 'canvas' to {@link cr...
- Type AliasCngxChartRendererFactoryBuilds a {@link CngxChartRenderer} for the requested mode