@lukep,
You can use a scatter chart to display only the markers without lines.

If you’re using a line chart, set lineThickness: 0 to hide the line while keeping the markers visible. In case of a line chart, you may need to adjust the markerSize as it can become 0 when the number of datapoints increases.
—
Vishwas R
Team CanvasJS