PointStyleAccessor
@elastic/charts • Exports
@elastic/charts / PointStyleAccessor
Type alias: PointStyleAccessor
PointStyleAccessor: (
datum
,seriesIdentifier
,isolatedPoint
) =>PointStyleOverride
Override for bar styles per datum
Return types:
Color
: Color value as astring
will set the pointstroke
to that colorRecursivePartial<PointStyle>
: Style values to be merged with base point stylesnull
: Keep existing point style
Parameters
• datum: DataSeriesDatum
• seriesIdentifier: XYChartSeriesIdentifier
• isolatedPoint: boolean
Returns
Source
packages/charts/src/chart_types/xy_chart/utils/specs.ts:101
Generated using typedoc-plugin-markdown and TypeDoc