Book Image

Highcharts Essentials

By : Bilal Shahid
Book Image

Highcharts Essentials

By: Bilal Shahid

Overview of this book

Table of Contents (16 chapters)
Highcharts Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Other Chart Types

In this chapter, we will learn about chart types that are different from the commonly used ones and use different configuration options. These include angular gauge, solid gauge, VU meter, waterfall chart, pyramid chart, funnel chart, and finally, a heat map. To be specific, we will cover the following topics:

  • Creating and configuring an angular gauge

  • Plot a solid gauge chart

  • Create a VU meter

  • Plotting and funneling pyramid charts

  • Drawing a heat map—a new chart type introduced in Highcharts 4

Note

In order to follow the upcoming examples in this chapter, it's necessary to include the highcharts-4.x.x/js/highcharts-more.js file in your page after the highcharts.js file to add support for more chart types.