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 10, Beautifying and Extending Your Charts


  1. Function expression is the term used to describe storing a function in a variable.

  2. DRY stands for "don't repeat yourself".

  3. The only styling we can do with CSS on a canvas element is hide it or change its positioning on the page.

  4. The first level will be seriesColors. If we want to override any of the colors in this array, we can set the color property for the individual series in the series array.

  5. We can create include files for the different charts we want to create. These files will include all the script tags that add the various plugins to the HTML. We can also modify our dataPull functions so that based on options passed in through dataRendererOptions, we can reuse the same method multiple times.