Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FilterSetHistogramProps<T>

Type Parameters

  • T

Hierarchy

Index

Properties

className?: string
filterValue: FilterSetValue<T>[]

current filter value

i18n?: Partial<{ filterMaybeSet: string; filterMustNotSet: string; filterMustSet: string }>
label?: boolean

whether bin title should only be the x0

maxBin?: number

the max bin size to use in case of synchronizing between charts

preFilter?: IHistStats<T>

the unfiltered stats in case the normal stats were filtered

s: IHistStats<T> & { max?: T; min?: T }

the stats to render

style?: CSSProperties
summary?: boolean

whether to render it as a summary with range text

Methods

  • sets the current filter

    Parameters

    Returns void

Generated using TypeDoc