Home > @activeviam/activeui-sdk > ChartElementStylerImplementationProperties > getStyle
ChartElementStylerImplementationProperties.getStyle property
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.
Signature:
getStyle: (tuple: TableTuple, headers: TableHeaders, currentStyle: CSSObject, layerApi: WidgetApi, chartType: PluginKey) => CSSObject;