Annual vs monthly billing
Two series turn the lollipops into a Cleveland dot plot: stems and printed values drop away, the paired dots carry the comparison, and the tooltip keeps the numbers.
View the spec
{
"type": "lollipop",
"theme": "ink",
"title": "Advertised rate by billing period",
"source": "Pricing pages, August 2026",
"options": {
"format": "currency:USD"
},
"data": {
"labels": [
"Skool Pro",
"Mighty Networks Launch"
],
"series": [
{
"name": "Annual billing",
"values": [
99,
129
]
},
{
"name": "Monthly billing",
"values": [
99,
145
]
}
]
}
}