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 11. Bringing it All Together

Over the course of this book, we have covered various options for the creation and styling of charts. All of this hard work and learning will culminate in the projects that we will create in this chapter. In this chapter, we'll learn the following topics:

  • Combine the four charts from the previous chapter into a coherent dashboard

  • Build a divisional dashboard based on the division submitted through a query string

  • Create a chart and mix the line renderer with the bar renderer

  • Add our company logo to our mixed chart using a canvas element

  • Modify the donut renderer plugin to add a tooltip

  • Modify our donut chart to use our modified donut plugin

We return to the office on Tuesday morning to finish up the VP dashboard and show it off to Roshan, Sara, and Calvin. All we need to do is take the charts we made yesterday and convert a few of the dataPull functions to the function expressions and create unique names for the objects holding the plot options and the series...