DataViz Tip #22: Let Simplest Visualizations Lead Your Thought Process

When you get your raw data there’s usually a very straightforward way to visualize it “as is.” Instead of looking at the raw data trying to figure out interesting angles just make the simplest chart (from the data perspective) and let what you see guide your further efforts. Every month I create reports about the […]

DataViz Tip #21: Explanatory vs. Exploratory Charts

Sometimes you create charts to tell some specific story or drive a point home. Like in this chart of the stock market performance during 2016 US Presidential election night taken from this CNN article: Other times you just want to give your viewers a great tool to explore the data and make their own conclusions. […]

DataViz Tip #19: Utilize The Center of Donut Charts

Donut charts are not that different from Pie charts, except for that hole in the center (hence the name). That hole changes the aesthetics of the chart which you may or may not like, but it can also be used for practical purposes. You can display a total value in the center or use it […]

DataViz Tip #18: Combine Smaller Pie Chart Slices into “Other”

Pie charts have a bad reputation as slices of a circle are harder for the human brain to compare to each other than, say, bars in a bar chart. Yet, they are a great and widely recognized chart type to show values as part of a whole. Where they really break down, though, is when […]

DataViz Tip #17: Opt For Low Detail Map Charts

Occasionally, I use Microsoft’s Power BI to analyze various business data. While I love the tool in general, the map chart part of it frustrates me, to say the least. The problem is that it is using Bing maps as the basis for the map charts which results in charts like this: Not only does […]

DataViz Tip #16: Keep It Simple, Stupid

As someone responsible for visualizing data, you may lose track of what’s important in the task. Sometimes your goal is to build something visually stunning to impress the public, but most times your goal is to make information easy to understand and analyze. That’s where remembering the KISS principle is very important. In the data […]

DataViz Tip #15: How To Choose A Map Projection

The earth is not flat, unlike what some people may think. The maps, on the other hand, are flat. In most cases what you are looking at is a view of the globe that someone created based on some algorithm. These algorithms are called projections and, as it’s impossible to convert a globe to a […]

DataViz Tip #14: Differentiate Between Actual Values and Estimates

Your viewers should be able to distinguish between factual data and projections or estimates in your visualizations. The most common way to do this is to use a lighter fill for projection/estimate values. This signals to the viewer that these values are less certain than the others. The easiest way to do this with amCharts […]