Interface: CosmographBarsConfigInterface
Extended by
Properties
useLinksData?
optionaluseLinksData:boolean
Defines type of Cosmograph Crossfilter to use. true for links, false for points. Can only be set once during initialization.
Default
falseaccessor?
optionalaccessor:string
Data column key to access time values for the CosmographBars.
Default
undefinedselectOnClick?
optionalselectOnClick:boolean
Enables or disables selecting points with bar value on graph by clicking.
Default
truehighlightSelectedData?
optionalhighlightSelectedData:boolean
Whether to highlight currently selected data on bars. If true, can impact performance.
Default
truepreserveSelectionOnUnmount?
optionalpreserveSelectionOnUnmount:boolean
Preserves the selection on unmount.
Default
falseid?
optionalid:string
Custom ID for the filtering client. If not provided, uses constructor name. Use this to maintain stable client connections across component remounts.
Default
undefined