Home Forums Chart Support issue Scattered Data point is not Visible Reply To: issue Scattered Data point is not Visible

#23373

@mhdajmalik,

In the JSFiddle that you have shared, it’s not possible to observe dataPoints as you are setting markerBorderColor to white (same as chart background). In your scenario, dataPoints are too close that the marker-border of one dataPoint is rendered on top of marker of another dataPoint. Either by removing markers when there are too-many dataPoints in the viewport (which is a default behavior) or removing markerBorderColor / markerBorderThickness should work fine in your case. Please take a look at this updated JSFiddle.


Vishwas R
Team CanvasJS