Module

Area

The area chart widget draws a line chart where the x-axis is always time. Use this to plot one or several series of data points over the same time period to create a line or lines. The area below the line or lines drawn is shaded by default.

These are useful when you want to analyze how a single entity has changed over time, or to compare the evolution of similar groups over time.

This widget has the same methods of Series widget.

This widget use Highchart library.

Tutorials:
See:

View Source widgets/area.js, line 5