When a dataset domain is between 0 and 180 but the max domain is explicitly limited to 150 we treat the isolated points as if there is a discontinuity in the dataset by removing the points from being rendered like shown in the upper left corner below.

Previously kibana (i.e. vislib) rendered these points as connected thus clamping the points that go beyond the max within the set domain.

This issue is to discuss the best way to represent this scenario, as well as what options might be exposed to render one way or another.
See slack discussion here and discuss post here.
Related issue #1044
When a dataset domain is between
0and180but the max domain is explicitly limited to150we treat the isolated points as if there is a discontinuity in the dataset by removing the points from being rendered like shown in the upper left corner below.Previously kibana (i.e.
vislib) rendered these points as connected thus clamping the points that go beyond the max within the set domain.This issue is to discuss the best way to represent this scenario, as well as what options might be exposed to render one way or another.
See slack discussion here and discuss post here.
Related issue #1044