Interface ISimpleDataAdapterConf

Hierarchy

Properties

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>
primaryChart?: boolean
shareFilters?: boolean
valueAccessor?: ValueAccessor

Generated using TypeDoc