A scatter chart plots individual data points by two numeric variables, making it ideal for comparing paired financial metrics across a large collection of records.
This sample visualizes domestic versus international sales for the top 1,000 highest-grossing Hollywood movies, loaded from a JSON file. Circle markers with a light blue fill and dark stroke sit on a deep blue background. Both axes use 200-million-dollar tick intervals, dashed grid lines improve readability, and custom tooltips display each movie title along with domestic, international, and total sales figures.
Follow the step-by-step Scatter Chart Tutorial to learn how this chart was built. See the Scatter Plot documentation for all configuration options.