Interface ICFDataCapHelperConf

Hierarchy

Properties

cap?: number
chartId?: string
dataProviderBehavior?: IDataProviderBehavior
dimId?: string
dimLabel?: string
dimension?: any
filterStorage?: IFilterStorage
group?: any
groupName?: string
onFiltersChanged?: ((filters: any[]) => void)

Type declaration

    • (filters: any[]): void
    • Parameters

      • filters: any[]

      Returns void

ordering?: BaseAccessor<any>
othersGrouper?: ((topItems: any, restItems: any) => any)

Type declaration

    • (topItems: any, restItems: any): any
    • Parameters

      • topItems: any
      • restItems: any

      Returns any

othersLabel?: string
primaryChart?: boolean
shareFilters?: boolean
takeFront?: boolean
valueAccessor?: ValueAccessor

Generated using TypeDoc