The same readings, joined up
Connect the dots and the noise resolves into a direction — same rows, one chart type away (the chart maker can morph between the two).
View the spec
{
"type": "line",
"theme": "editorial",
"title": "Daily support tickets, as a trend",
"source": "Helpdesk, three weeks",
"data": {
"labels": [
"D1",
"D2",
"D3",
"D4",
"D5",
"D6",
"D7",
"D8",
"D9",
"D10",
"D11",
"D12",
"D13",
"D14",
"D15"
],
"series": [
{
"name": "Tickets",
"values": [
24,
31,
18,
42,
27,
12,
9,
35,
29,
44,
21,
16,
38,
26,
31
]
}
]
}
}