Browsing Tag

graphs

Easy Graphs with Google Chart Tools

Easy Graphs with Google Chart Tools

Google Chart Tools provide several ways to easily add charts to any web page. Charts may be static or interactive, and in this tutorial, we’ll learn how to use both of them.

Fun with Canvas: Create a Bar Graphing Plugin, Part 2

Fun with Canvas: Create a Bar Graphing Plugin, Part 2

In this two-part series, we’ll combine the versatile canvas element with the robust jQuery library to create a bar graphing plugin. In this second part, we are going to convert it in to a jQuery plugin, and then add some eye candy and additional features.

Visualizing Data With Flot

Visualizing Data with Flot

There are a lot of tutorials on how to make CSS bar graphs. But sometimes, bar graphs aren’t enough. What if our data tracks change over time and a line graph is more appropriate? Or maybe we’re not satisfied with just a bar graph. Enter Flot, ajQuery plugin that lets us make good looking graphs with ease.