November 2, 2010

Jquery, HighCharts, and Coldfusion tutorial (Part 0 – the data)

1 comment(s)

In my previous post, I talked about the various options allowed by the HighCharts library to draw a chart. Now let’s talk about data! Things are beginning to be interesting!

(more…)

Jquery, HighCharts, and Coldfusion tutorial (Part 1)

1 comment(s)

Flot is great. But, lately I discovered the HighCharts library and frankly speaking, it is blowing my mind. So, let’s chart again! Let’s try to adapt the examples of my previous posts  to the HighCharts and see what that awesome library can bring on!

(more…)

June 30, 2010

Jquery, Flot Tutorial (Part 2 revisited)

No comment(s)

Woaw, I’ve never blogged that much in a row. In my previous post, I showed you how to create a pod, and having ajax request to get the data. Actually, this is not the best way to use flot. Flot can redraw your chart “on the fly“, if I can say, if your code is written appropriately. (more…)

June 27, 2010

Jquery, Flot Tutorial (Part 2)

2 comment(s)

In my previous post, we created a chart that represent the increase of a given year by month (from january to december). In this post, we’ll see how to create a pod, for a dashboard for example, that uses the previously created page and gives the possibility to query for a special year, and also to display several years. Once again, we’ll use CFCs to query the database and get the data to our chart.

(more…)

October 16, 2009

Jquery, Flot Tutorial (Part 1.5)

1 comment(s)

Sorry for not posting more often. thanks for all the comments. I’ll work on the frequency of my posts!

Flot is indeed a great plugin. There is a lot of things that can be done using it.
Let’s say, I want to create a chart that represent the increase of a given year by month (from january to december). There is several approach but I will use:

  • cfc to get the data from the DB
  • custom axis renderer, for reasons I will explain later

(more…)

July 8, 2009

Jquery, Flot Tutorial (Part 1)

14 comment(s)

Flot is a great plugin for JQuery! I decided to make a simple tutorial in this part and then try to have something more complex (ajax request pulling out data from the database).  (more…)

About Me

Latest posts

Categories

Archives