Paul Bradshaw from Birmingham City University says:
Data can be the source of data journalism, or it can be the tool with which the story is told — or it can be both.
The Bureau of Investigative Journalism says:
Data journalism is simply journalism.
The former is a new and trendy term but ultimately, it is just a way of describing journalism in the modern world.
I went to a talk by Amanda Cox, from the New York Times and one of the stories she showed was this look at Mariano Rivera’s Cutter
Some Herald stories that use data:
I think there are three distinct classes of data journalism:
Most stories involve all three, but if you are getting started focus on just one.
Company A has 10 employees. Each employee earns $100,000 per year. What is the average salary?
Company B has 10 employees. 9 employees earn $10,000 per year. 1 employee earns $910,000 per year. What is the average salary?
Company A has a good year and applies an average salary increase of 10% - everyone now earns $110,000.
Company B has a good year and applies an average salary increase of 10% - 9 people still earn $10,000 and 1 person earns $1,010,000.
This year’s Auckland rates increases are a recent real life example of hiding behind the average.

A chart (sometimes known as a graph) is a graphical representation for data visualization, in which “the data is represented by symbols, such as bars in a bar chart, lines in a line chart, or slices in a pie chart”.
I want to create an article that has the same feel as this reuters article https://www.reuters.com/graphics/USA-ENVIRONMENT/COLORADO-RIVER/znpngebyxvl/. Create a webpage skeleton and configure any tools I need to do. I do not what you to insert any text or data - just clearly should placeholder graphics and steps. Reuters documents it’s graphics components here https://reuters-graphics.github.io/graphics-components/?path=/docs/intro–docs and their code is https://github.com/reuters-graphics/graphics-components use this to setup a page for me and then I will give you the text and charts and data I want to include. Remove any reuters branding
The best way to get a sense for bad charts is to peruse vis.wtf or /r/dataisugly. There is also a good writeup here
The most common bad things are:
Barcharts always start at 0
Line charts don’t need to start at 0, but always ask yourself if the range you select is going to make an insignificant change look important - or could the values be reasonably expected to reach 0.
Example: Drinks per person
Only use pie charts for parts of a whole and only when there are less than 5 categories
Avoid maps for showing quantities
LABELS - you are a journalist!!!
If you encounter something that you want to do and can’t think about trying vibe coding.
Claude is currently (probably) the best place to start.