Traffic by source
The total tells one story (growth), the bands tell another (search is doing the growing).
View the spec
{
"type": "stacked",
"theme": "glass",
"title": "Site visits by source (thousands)",
"source": "Web analytics",
"data": {
"labels": [
"May",
"Jun",
"Jul",
"Aug"
],
"series": [
{
"name": "Search",
"values": [
42,
48,
55,
63
]
},
{
"name": "Social",
"values": [
18,
17,
19,
18
]
},
{
"name": "Direct",
"values": [
18,
14,
16,
17
]
}
]
}
}