생성기 공개

차트 #3907

Technology Adoption Trajectories (2000-2025)

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.

프롬프트: a chart comparing the number of users using the internet, the telephone, and ai, comparing the growth rates since the year 2000 until 2025
{
    "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
            }
        ]
    }
}
📈 Line Chart 🎨 Neon 4 크레딧