FootprintsStyle
type FootprintsStyle = {
gap?: number;
hoverBoost?: number;
margin?: number;
radius?: number;
};
Source: types/src/index.ts:962
Shared layout/style for every footprint badge, passed via footprintsStyle.
Properties
gap?
optional gap?: number;
Source: types/src/index.ts:969
Vertical gap between the two stacked badges on a candle that has both a buy and a sell. Default 4 — wide enough that each stays independently hoverable.
hoverBoost?
optional hoverBoost?: number;
Source: types/src/index.ts:976
How much the hovered badge brightens, as a channel multiplier. 1 disables the highlight (the halo ring still draws). Default 1.25.
margin?
optional margin?: number;
Source: types/src/index.ts:971
Gap between the candle's high and the first badge, in px. Default 8.
radius?
optional radius?: number;
Source: types/src/index.ts:964
Badge radius in px. Default 9.