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

Animating line charts


We have completed our experiments with the cursor and highlighter plugins. Now, we'll try and add some eye candy to our reports. We take our Social Media Shares chart used earlier in the chapter and add one line to the plot: animate: true. This will cause the lines to load from left to right:

...
title:'Social Media Shares',
animate:true,
dataRenderer: remoteDataSource,
...

We load the updated chart and see the animation run: