A scatter chart plots individual data points by two numeric variables, making it well suited for rendering thousands of points while keeping the visualization responsive and readable.
This sample generates 3,000 points across four marker series — two with 1,000 points and two with 500 — distributed in rotated ellipse patterns around the origin. Each series has a distinct color and small marker size of 3 pixels that enlarges to 8 on hover. Both axes cross at zero with no extra gap, and chart animation runs for one second on load.
Follow the step-by-step Scatter Chart Tutorial to learn how such charts are built. See the Scatter Plot documentation for all configuration options.