Book Image

Learning jqPlot

By : Scott Gottreu
Book Image

Learning jqPlot

By: Scott Gottreu

Overview of this book

Table of Contents (19 chapters)
Learning jqPlot
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Showing Real-time Data with Our Charts

Up to this point, most of our charts used static data stored within our HTML files. We made some interactive charts where we reloaded the data, but we had to reload the entire page. There are two methods in jqPlot: redraw and replot. These methods allow us to rebuild our charts without reloading the page.

In this chapter, we will cover the following topics:

  • Creating a meter gauge chart showing current Wi-Fi users for a particular store

  • Using the replot method to refresh the number of Wi-Fi users at set intervals

  • Using the replot method to change the dataset our chart is using and update the chart accordingly

  • Using replot to dynamically build our chart, based on the data received from the remote data source

We come to work on Friday morning and find Jeff from IT waiting for us. "Morning", he says. We ask him what we can do for him.

"I was talking with Sara yesterday," Jeff says. "She told me she was concerned about people coming into our store, browsing...