{
"type": "line",
"data": {
"labels": [
"2018",
"2019",
"2020",
"2021",
"2022",
"2023"
],
"datasets": [
{
"label": "Internet Users (Billions)",
"data": [
3.9,
4.1,
4.5,
4.9,
5.1,
5.4
],
"borderColor": "#FF4136",
"backgroundColor": "#FF4136",
"fill": false,
"tension": 0.4
},
{
"label": "Telephone Subscriptions (Billions)",
"data": [
7.7,
7.9,
8.1,
8.3,
8.5,
8.6
],
"borderColor": "#FF851B",
"backgroundColor": "#FF851B",
"fill": false,
"tension": 0.4
},
{
"label": "AI Active Users (Billions)",
"data": [
0.15,
0.28,
0.45,
0.72,
1.1,
2
],
"borderColor": "#FFDC00",
"backgroundColor": "#FFDC00",
"fill": false,
"tension": 0.4
}
]
}
}