Chart JSON
{
"type": "line",
"options": {
"plugins": {
"title": [],
"tooltip": {
"enabled": true
},
"legend": {
"display": true,
"position": "top",
"labels": {
"font": {
"weight": "normal",
"style": "normal"
}
}
}
},
"scales": {
"x": {
"axis": "x",
"stacked": false,
"ticks": {
"autoSkip": 1,
"maxRotation": 0,
"minRotation": 0,
"color": "#000",
"font": {
"weight": "normal",
"style": "normal"
},
"mirror": false,
"textStrokeWidth": 0,
"textStrokeColor": "",
"padding": 3,
"display": true,
"autoSkipPadding": 3,
"labelOffset": 0,
"minor": {},
"major": {},
"align": "center",
"crossAlign": "near",
"showLabelBackdrop": false,
"backdropColor": "rgba(255, 255, 255, 0.75)",
"backdropPadding": 2
},
"title": {
"display": true,
"text": "Year",
"color": "#000",
"font": {
"weight": "normal",
"style": "normal",
"size": 12
},
"padding": {
"top": 4,
"bottom": 4
}
},
"grid": {
"color": "#ccc",
"borderColor": "#ccc",
"display": true,
"lineWidth": 1,
"drawBorder": true,
"drawOnChartArea": true,
"drawTicks": true,
"tickLength": 8,
"offset": false,
"borderDash": [],
"borderDashOffset": 0,
"borderWidth": 1
},
"type": "category",
"display": true,
"offset": false,
"reverse": false,
"beginAtZero": false,
"bounds": "ticks",
"grace": 0,
"id": "x",
"position": "bottom"
},
"y": {
"axis": "y",
"ticks": {
"beginAtZero": null,
"maxRotation": 0,
"minRotation": 0,
"color": "#000",
"font": {
"weight": "normal",
"style": "normal"
},
"mirror": false,
"textStrokeWidth": 0,
"textStrokeColor": "",
"padding": 3,
"display": true,
"autoSkip": true,
"autoSkipPadding": 3,
"labelOffset": 0,
"minor": {},
"major": {},
"align": "center",
"crossAlign": "near",
"showLabelBackdrop": false,
"backdropColor": "rgba(255, 255, 255, 0.75)",
"backdropPadding": 2
},
"maxTicksLimit": 11,
"precision": null,
"stepSize": null,
"suggestedMax": null,
"suggestedMin": null,
"stacked": false,
"min": 0,
"title": {
"display": true,
"text": "Monthly Ridership",
"color": "#000",
"font": {
"weight": "normal",
"style": "normal",
"size": 12
},
"padding": {
"top": 4,
"bottom": 4
}
},
"grid": {
"color": "#ccc",
"borderColor": "#ccc",
"display": true,
"lineWidth": 1,
"drawBorder": true,
"drawOnChartArea": true,
"drawTicks": true,
"tickLength": 8,
"offset": false,
"borderDash": [],
"borderDashOffset": 0,
"borderWidth": 1
},
"type": "linear",
"display": true,
"offset": false,
"reverse": false,
"beginAtZero": false,
"bounds": "ticks",
"grace": 0,
"id": "y",
"position": "left"
}
},
"elements": {
"line": {
"tension": 0.4
}
}
},
"data": {
"labels": [
"2011",
"2012",
"2013",
"2014",
"2015",
"2016",
"2017",
"2018",
"2019",
"2020",
"2021",
"2022",
"2023",
"2024",
"2025"
],
"datasets": [
{
"label": "Union Pacific West Line",
"data": {
"2011": 567724,
"2012": 624130,
"2013": 629682,
"2014": 641483,
"2015": 635971,
"2016": 642473,
"2017": 621311,
"2018": 594483,
"2019": 605481,
"2020": 608137,
"2021": 50951,
"2022": 129072,
"2023": 208243,
"2024": 268733,
"2025": 264360
},
"borderColor": "#3d3936",
"backgroundColor": "#3d3936",
"type": "line",
"fill": false
}
]
},
"drupalChartDivElement": {},
"drupalChartDivId": "edit-content"
}