Appearance
@shbernal/pptxgenjs / index / ChartPropsChartBar
Interface: ChartPropsChartBar
Defined in: core-interfaces.ts:2635
Extended by
Properties
bar3DShape?
optionalbar3DShape?:string
Defined in: core-interfaces.ts:2636
barDir?
optionalbarDir?:string
Defined in: core-interfaces.ts:2637
barGapDepthPct?
optionalbarGapDepthPct?:number
Defined in: core-interfaces.ts:2638
barGapWidthPct?
optionalbarGapWidthPct?:number
Defined in: core-interfaces.ts:2645
MS-PPT > Format chart > Format Data Point > Series Options > "Gap Width"
- width (percent)
- range:
0-500
Default
ts
150barGrouping?
optionalbarGrouping?:string
Defined in: core-interfaces.ts:2646
barOverlapPct?
optionalbarOverlapPct?:number
Defined in: core-interfaces.ts:2653
MS-PPT > Format chart > Format Data Point > Series Options > "Series Overlap"
- overlap (percent)
- range:
-100-100
Default
ts
0barSeriesLine?
optionalbarSeriesLine?:boolean|OptsChartGridLine
Defined in: core-interfaces.ts:2667
Draw connector lines between data points across stacked bar/column series ("Series Lines" in PowerPoint). Emits <c:serLines> in the bar chart.
trueuses PowerPoint's automatic line styling.- An OptsChartGridLine object customizes color/size/style/cap.
- Omit (or pass an object with
style: 'none') to disable.
Bar (bar) charts only; ignored for 3D bar charts.
Default
ts
undefinedExamples
ts
truets
{ color: '777777', size: 1, style: 'dash' }