Skip to main content

Naloxone Administrations Quarterly Chart on Homepage

Naloxone Administrations in MS

Emergency Medical Services (EMS) data revealed that naloxone was administered 721 times during Q4 2025, which is a 1.11% increase compared to Q4 2024 (713).

{
    "chart": {
        "type": "line",
        "backgroundColor": "",
        "polar": 0,
        "options3d": {
            "enabled": 0
        }
    },
    "credits": {
        "enabled": false
    },
    "title": {
        "text": "Naloxone Administrations in MS by Quarter",
        "style": {
            "color": "#000"
        },
        "verticalAlign": "top"
    },
    "subtitle": {
        "text": "",
        "verticalAlign": "top"
    },
    "colors": [],
    "tooltip": {
        "enabled": false,
        "useHTML": false
    },
    "plotOptions": {
        "series": {
            "stacking": false,
            "dataLabels": {
                "enabled": true
            },
            "marker": {
                "enabled": true
            },
            "connectNulls": false
        }
    },
    "legend": {
        "enabled": false
    },
    "xAxis": [
        {
            "type": "",
            "title": {
                "text": "",
                "style": {
                    "color": "#000"
                }
            },
            "categories": [
                "Q4 2025",
                "Q3 2025",
                "Q2 2025",
                "Q1 2025",
                "Q4 2024"
            ],
            "labels": {
                "style": {
                    "color": "#000"
                },
                "rotation": 0
            },
            "gridLineColor": "#ccc",
            "lineColor": "#ccc",
            "minorGridLineColor": "#e0e0e0",
            "opposite": false
        }
    ],
    "yAxis": [
        {
            "type": "",
            "title": {
                "text": "Number of Naloxone Administrations",
                "style": {
                    "color": "#000"
                }
            },
            "labels": {
                "style": {
                    "color": "#000"
                },
                "rotation": 0
            },
            "gridLineColor": "#ccc",
            "lineColor": "#ccc",
            "minorGridLineColor": "#e0e0e0",
            "endOnTick": false,
            "max": 1000,
            "min": 0,
            "opposite": false
        }
    ],
    "series": [
        {
            "name": "Number of Administrations",
            "color": "#5ab8eb",
            "data": [
                721,
                786,
                850,
                793,
                713
            ]
        }
    ]
}