ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > ChartElementStylerImplementationProperties

ChartElementStylerImplementationProperties interface

Merges the ouput style on top of the current style.

Signature:

export interface ChartElementStylerImplementationProperties 

Properties

PropertyTypeDescription
getStyle(tuple: TableTuple, headers: TableHeaders, currentStyle: CSSObject, layerApi: WidgetApi, chartType: PluginKey) => CSSObjectFunction 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.
  • ChartElementStylerImplementationProperties interface
  • Properties
Copyright © 2019 ActiveViam