Two series compared
This year against last, same axis. Two lines is a comparison; five is spaghetti — split them up before that.
View the spec
{
"type": "line",
"theme": "ink",
"title": "Weekly orders, year over year",
"source": "Order system",
"data": {
"labels": [
"W1",
"W2",
"W3",
"W4",
"W5",
"W6",
"W7",
"W8"
],
"series": [
{
"name": "This year",
"values": [
310,
340,
335,
360,
392,
405,
430,
452
]
},
{
"name": "Last year",
"values": [
280,
275,
300,
310,
305,
330,
341,
350
]
}
]
}
}