Skip to content

arlas-d3 / Exports / SwimlaneOptions

Interface: SwimlaneOptions

Table of contents

Properties

Properties

level_tick

Optional level_tick: TickOptions

The tick plotted on each swimlane bucket that indicates how high/low the bucket value is.

Defined in

src/histograms/utils/HistogramUtils.ts:178


nan_color

Optional nan_color: string

Hex color attributted to buckets whose values are NaN

Defined in

src/histograms/utils/HistogramUtils.ts:174


zeros_color

Optional zeros_color: string

Hex color attributted to buckets whose values are 0

Defined in

src/histograms/utils/HistogramUtils.ts:176