Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / ChartExBinning

Interface: ChartExBinning

Defined in: src/types/chart.ts:609

Bin configuration for a histogram chart. A histogram is fed raw observations (one series of values, no labels); PowerPoint groups them into bins automatically. The only control wired today is which side of each bin interval is closed.

NOTE: explicit bin geometry (fixed bin width / bin count / overflow / underflow) is not yet supported — PowerPoint desktop rejects the decks those settings produce, so they are deferred.

Properties

intervalClosed?

optional intervalClosed?: "r" | "l"

Defined in: src/types/chart.ts:611

Which side of each bin interval is closed: 'r' (right, the default) or 'l' (left).