Showing posts with label Animated Graph. Show all posts
Showing posts with label Animated Graph. Show all posts

Friday, January 27, 2012

jQuery Animated Graph Now On github

It's Finally Here
Well, as promised, I have finally posted the Animated Graph plugin on github. Sorry about the delay, but life happens. I've included a demo project in the repo so you can see the plugin in action.
Post any comments or bugs on github please.

jQuery Animated Graph Plugin

Wednesday, November 16, 2011

What I've been doing (Including the animated graph plugin)

I just wanted to share with you all what I've been working on.

Take a quick jump over to Laptop Mag, click on a review and you'll be able to see what I've been up to over the last couple of months.

The image galleries, both large and small, and the animate graph are jQuery plugins that I wrote for the company I work at. I hope to release a more generic version of both plugins to the public in the coming weeks so stay tuned and I'll have those plugins ready for you.

Wednesday, August 17, 2011

jQuery Animated Graph using jCarousel - Part 3

Let's get down to business, creating the plugin. I'm going to assume that you have at least looked over jQuery's Plugins/Authoring documentation at this point. If you haven't, you should probably stop here and take the time to read it over.

Here's the plugin overview without any of the logic that we will be using:

Tuesday, August 16, 2011

jQuery Animated Graph using jCarousel - Part 2

Last time we took a brief overview what was going to be needed to get the slider up and off the ground. This week, I want to go over the JSON response in more detail and also get some of the styling on the page.

Wednesday, August 10, 2011

jQuery Animated Graph using jCarousel - Part 1

This is a brief tutorial on how to use of jCarousel to make an animated horizontal graph.

Let's begin by stating what we are trying to accomplish with this plugin:
  1. Read a JSON data source
  2. Build an image slider using jCarousel
  3. Generate dynamic graphical data base on the JSON data
  4. Animate the data