Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / CHART_NAME

Type Alias: CHART_NAME

CHART_NAME = `${ChartType}`

Defined in: core-enums.ts:62

Public chart-type name accepted by addChart(). Derived from the internal ChartType enum (see below) so the two never drift: adding a member to the enum extends this union automatically.