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!
Jquery, HighCharts, and Coldfusion tutorial (Part 1)
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!
Jquery, Flot Tutorial (Part 2 revisited)
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…)
Jquery, Flot Tutorial (Part 2)
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.
Jquery, Flot Tutorial (Part 1.5)
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
Jquery, Flot Tutorial (Part 1)
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
- charting (6)
- Coldfusion (6)
- Currency (1)
- flot (4)
- Google integration (1)
- HighCharts (2)
- JavaScript (2)
- Jquery (6)
- Model-Glue (1)
- MVC (1)
- Regex (1)
By newbies for newbies! Sharing some thoughts about RIA techniques and more!