Scatter Chart Generator

Create scatter plots to show correlations between two variables. Scatter charts are ideal for identifying relationships and patterns in data.

Sales vs Marketing Spend

Chart Data

Configure your scatter chart using JSON data or import from external sources

Chart Data

Configure your chart using JSON data

{
  "title": "Sales vs Marketing Spend",
  "data": [
    { "x": 100, "y": 200, "label": "Q1", "color": "#3b82f6" },
    { "x": 150, "y": 300, "label": "Q2", "color": "#10b981" },
    { "x": 200, "y": 450, "label": "Q3", "color": "#f59e0b" },
    { "x": 250, "y": 500, "label": "Q4", "color": "#ef4444" }
  ]
}

Sales vs Marketing Spend

About Gantt Charts

Create professional project timelines with tasks, dependencies, and progress tracking

What is a Gantt Chart?

  • A Gantt chart is a visual project management tool that displays tasks, timelines, and dependencies in a horizontal bar chart format.

Key Features

  • Support for task dependencies
  • Progress tracking
  • Recurring events
  • Interactive timeline views