Appearance
@shbernal/pptxgenjs / index / IChartPropsChartBar
Interface: IChartPropsChartBar
Defined in: core-interfaces.ts:2449
Extended by
Properties
bar3DShape?
optionalbar3DShape?:string
Defined in: core-interfaces.ts:2450
barDir?
optionalbarDir?:string
Defined in: core-interfaces.ts:2451
barGapDepthPct?
optionalbarGapDepthPct?:number
Defined in: core-interfaces.ts:2452
barGapWidthPct?
optionalbarGapWidthPct?:number
Defined in: core-interfaces.ts:2459
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:2460
barOverlapPct?
optionalbarOverlapPct?:number
Defined in: core-interfaces.ts:2468
MS-PPT > Format chart > Format Data Point > Series Options > "Series Overlap"
- overlap (percent)
- range:
-100-100
Since
v3.9.0
Default
ts
0barSeriesLine?
optionalbarSeriesLine?:boolean|OptsChartGridLine
Defined in: core-interfaces.ts:2482
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' }