The first three chapters looked at different ways to create many common types of charts with JavaScript. But if your data has unique properties, or if you want to show it in an unusual way, a more specialized chart might be more appropriate than a typical bar, line or scatter plot.
Fortunately, there are many JavaScript techniques and plugins to expand our visualization vocabulary beyond the standard charts. In this chapter, we’ll look at approaches for several specialized chart types, including:
- How to combine hierarchy and dimension with tree maps
- How to highlight regions with heat maps
- How to show links between elements with network graphs
- How to reveal language patterns with word clouds