kitegraph

Make your first chart

Getting-started6 minUpdated Jul 2026

This guide builds one chart from start to finish: GDP of the United States, China, and Germany from World Bank data, with a finding as its title, a formatted axis, an annotation, and an animated reveal. This is the finished chart, published:

The data is provided, and no account is needed until the publish step. Each section below is one screen of the editor.

Load the data

Open app.kitegraph.com. A new chart opens on the Data step. Under the grid, next to Or start with an example, click GDP by country.

The Data step after loading the example: three World Bank series as chips, and the live table in the grid.
The Data step after loading the example: three World Bank series as chips, and the live table in the grid.

The grid fills with the real series: years down the first column, one column per country. This is the same grid your own data lands in when you paste or upload. Click Continue.

Choose the chart type

The Visualize step opens on the Chart tab: a gallery where every tile applies to the loaded data, so trying a type costs nothing. Try Column first:

Sixty-five yearly periods as grouped columns: the bars are too thin to read. Wrong form for this data.
Sixty-five yearly periods as grouped columns: the bars are too thin to read. Wrong form for this data.

Columns work for a handful of periods, not decades. A pie would show a single year's composition and drop the change over time entirely. For values moving through time, select Line:

The line chart: three readable curves, labeled at their ends, with the story visible.
The line chart: three readable curves, labeled at their ends, with the story visible.

Format the axis

On the Refine tab, the Number format section has a Prefix field. Enter $ and the value axis reads $5T, $10T, $28.8T. Refine also holds the time range rail (this chart uses the full 1960 to 2024 span) and the axis and gridline controls.

The Refine tab: the $ prefix applied to the value axis, with the time range and axis controls.
The Refine tab: the $ prefix applied to the value axis, with the time range and axis controls.

Title, description, and annotation

The Annotate tab holds the chart's text. Three fields matter here:

  1. Title. A finding reads better than a label: "China went from a tenth of US GDP to two-thirds in twenty years" tells the reader what to look for. In 2000 China's GDP was about a tenth of the US figure; by the early 2020s it was roughly two-thirds.
  2. Description. The measurement, plainly: "Gross domestic product in current US dollars, 1960 to 2024."
  3. Data source. Already filled: the source line arrives with the data and shows on the chart.

Further down, + Add annotation places a note on the chart itself. This one marks the year China's line crosses Germany's, and it can be dragged to sit exactly where it helps:

The Annotate tab: title, description, and source filled in, with a note placed at the 2007 crossing.
The Annotate tab: title, description, and source filled in, with a note placed at the 2007 crossing.

Animate it

On the Animate tab, switch Output from Static to Animated. The lines draw themselves in over the duration you set (8 seconds here), and a transport appears under the preview to scrub the reveal like a video. Published embeds play it once when they scroll into view; everything else about the chart is unchanged.

The Animate tab: output switched to Animated, with the duration slider and the transport under the preview.
The Animate tab: output switched to Animated, with the duration slider and the transport under the preview.

Publish

The Publish step asks for a sign-in (free; the chart carries across). Publish chart creates the share page and the embed code, and the panel holds every other output: CSV of the data, PNG and SVG images, PowerPoint and PDF, and MP4 or GIF renders of the animation.

The Publish step: publish, data download, image and slide exports, and the video renders.
The Publish step: publish, data download, image and slide exports, and the video renders.

The chart at the top of this page is this exact chart, published. It reflows to the column it sits in, plays its reveal once, and updates itself when the World Bank publishes a new year.

Next

  1. Start from a statistic: open any of the library's maintained series with the data already loaded.
  2. Bring your own data: paste, upload, or connect a sheet.
  3. Data shapes for every chart: the table layout each chart type reads, with downloadable templates.

Try it on a real chart.

Free to build, no account needed until you publish.

Make your first chart — Kitegraph guides