Isolated point styles override user defined point styles #2277
Labels
bug
Something isn't working
kibana cross issue
Has a Kibana issue counterpart
regression
:styling
Styling related issue
:xy
Bar/Line/Area chart related
Describe the issue
With the changes from #2004 to expose isolated point styles, this inadvertently overrides provided styles such as
point.radius
only for the isolated pointsTo Reproduce
Steps to reproduce the behavior:
null
, value,null
).Expected behavior
We should use merge the styles from
LineSeries.lineSeriesStyle.point
withLineSeries.lineSeriesStyle.isolatedPoint
. Same forAreaSeries
we should mergeAreaSeries.areaSeriesStyle.point
withAreaSeries.areaSeriesStyle.isolatedPoint
.Screenshots
Version (please complete the following information):
v58.0.0
Kibana Cross Issues
elastic/kibana#172995
Checklist
:xy
,:partition
):interactions
,:axis
)Kibana Cross Issues
list and thekibana cross issue
tag is appliedThe text was updated successfully, but these errors were encountered: