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 astringwill set the pointstroketo 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:100
Generated using typedoc-plugin-markdown and TypeDoc