USA Map Chart Generator
Create choropleth maps to visualize data across US states. USA maps are ideal for showing geographic distributions and regional comparisons.
Population by State (millions)
Chart Data
Configure your USA map with state-level data. Values determine circle size and color intensity.
Chart Data
Configure your chart using JSON data
{
"title": "Population by State (millions)",
"data": [
{ "state": "California", "value": 39.5 },
{ "state": "Texas", "value": 29.1 },
{ "state": "Florida", "value": 21.5 },
{ "state": "New York", "value": 19.8 },
{ "state": "Pennsylvania", "value": 13.0 }
]
}Population by State (millions)
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
