Home Forums Chart Support issue Scattered Data point is not Visible

issue Scattered Data point is not Visible

Viewing 2 posts - 1 through 2 (of 2 total)
  • #23369

    Hi,

    I tried to create a scatter type graph with 7000 points, but we can’t see the whole datapoints

    please check the URL: https://jsfiddle.net/mhdajmalik/y2fkp3ce/1/

    please see the image also : Image

    — please check console window to check my chart configuration and dataPoints

    #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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.