Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / SlideMasterChartProps

Interface: SlideMasterChartProps

Defined in: src/types/master.ts:20

Properties

data

data: OptsChartData[]

Defined in: src/types/master.ts:22


options?

optional options?: ChartOpts

Defined in: src/types/master.ts:23


opts?

optional opts?: ChartOpts

Defined in: src/types/master.ts:24


type

type: "area" | "line" | "bar" | "bar3D" | "bubble" | "bubble3D" | "doughnut" | "pie" | "radar" | "scatter" | "stock" | "surface" | "waterfall" | "funnel" | "treemap" | "sunburst" | "histogram" | "pareto" | "boxWhisker" | "regionMap" | ChartMulti[]

Defined in: src/types/master.ts:21