Home > @activeviam/activeui-sdk > ChartElementStylerImplementationProperties
ChartElementStylerImplementationProperties interface
Merges the ouput style on top of the current style.
Signature:
export interface ChartElementStylerImplementationProperties
Properties
Property | Type | Description |
---|---|---|
getStyle | (tuple: TableTuple, headers: TableHeaders, currentStyle: CSSObject, layerApi: WidgetApi, chartType: PluginKey) => CSSObject | Function returning a style that will be merged on top of the input 'currentStyle'. This style will be applied to the chart element corresponding to the input data tuple. |