Two surveys, one line per team
Each team's line starts at the spring score and ends at the autumn one. Two of three climbed; the crossing tells you Product lost its lead — a rank flip a pair of bars would bury.
View the spec
{
"type": "slope",
"theme": "ink",
"title": "Satisfaction score by team",
"source": "Internal survey, spring vs autumn",
"data": {
"labels": [
"Spring",
"Autumn"
],
"series": [
{
"name": "Support",
"values": [
31,
44
]
},
{
"name": "Product",
"values": [
52,
47
]
},
{
"name": "Sales",
"values": [
40,
49
]
}
]
}
}