Skip to main content Jump to list of all articles

Posts tagged with: Charts

The Key Differences Between Charts and Graphs Explained

The Key Differences Between Charts and Graphs Explained

As a data expert, you have to deal with various presentation methods like charts and graphs. By now, you should not be struggling to understand that these two have some differences unless you are a beginner. If you look carefully, you will notice that all graphs are forms of charts, but the latter are not necessarily graphs. To clear the air, we will look at the major differences between the two so that both beginners in data and experts can both easily understand it. Read on to learn more.

CSV to Geochart - Google Visualization Chart WordPress Tutorial

CSV to Geochart - Google Visualization Chart WordPress Tutorial

In this tutorial we will parse a CSV file, containing random countries, with their own colour and tooltips displaying both the country and it’s continent. The CSV file will be converted to JSON dynamically and added to a Google Visualization Geochart in your WordPress Blog.

Adding Google Charts to WordPress Blog Part 2

Adding Google Charts to WordPress Blog Part 2

In this mini-series of Google Visualization tutorials, we will be adding a Google chart to a WordPress theme without having to install any plugins but ensuring that we use the correct WordPress functions and recommended a safe way of implementing JavaScript. The data we will be pulling will be in JSON format and will be stored on the same server inside the theme directory. In this tutorial, we will be adding a stacked column chart. Want to add a table? Check out part 1

Adding Google Charts to WordPress Blog Part 1

Adding Google Charts to WordPress Blog Part 1

In this mini-series of Google Visualization tutorials, we will be adding a Google chart table to a WordPress theme without having to install any plugins but ensuring that we use the correct WordPress functions and recommended a safe way of implementing JavaScript. The data we will be pulling will be in JSON format and will be stored on the same server inside the theme directory. In this tutorial, we will be adding a table. Want to add a chart? Check out part 2