This chart illustrates the global user growth (in billions) for Telephone, Internet, and Artificial Intelligence. It highlights the steady saturation of telecommunications, the linear expansion of the internet, and the recent exponential surge in AI adoption.
{
"type": "line",
"data": {
"labels": [
"2000",
"2005",
"2010",
"2015",
"2020",
"2025"
],
"datasets": [
{
"label": "Telephone Users (Billions)",
"data": [
2.2,
3.4,
4.8,
5.1,
5.3,
5.5
],
"borderColor": "#00FFFF",
"backgroundColor": "#00FFFF",
"tension": 0.4,
"fill": false
},
{
"label": "Internet Users (Billions)",
"data": [
0.4,
1,
2,
3.2,
4.9,
5.4
],
"borderColor": "#FF00FF",
"backgroundColor": "#FF00FF",
"tension": 0.4,
"fill": false
},
{
"label": "AI Users (Billions)",
"data": [
0.01,
0.05,
0.15,
0.6,
1.5,
4.1
],
"borderColor": "#FFFF00",
"backgroundColor": "#FFFF00",
"tension": 0.4,
"fill": false
}
]
}
}