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"
},
"source": "auto",
"major": {
"enabled": false
},
"mirror": false,
"textStrokeWidth": 0,
"textStrokeColor": "",
"padding": 3,
"display": true,
"autoSkipPadding": 3,
"labelOffset": 0,
"minor": {},
"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": "time",
"time": {
"unit": "year",
"parser": false,
"round": false,
"isoWeekday": false,
"minUnit": "millisecond",
"displayFormats": {
"datetime": "MMM d, yyyy, h:mm:ss aaaa",
"millisecond": "h:mm:ss.SSS aaaa",
"second": "h:mm:ss aaaa",
"minute": "h:mm aaaa",
"hour": "ha",
"day": "MMM d",
"week": "PP",
"month": "MMM yyyy",
"quarter": "qqq - yyyy",
"year": "yyyy"
}
},
"bounds": "data",
"adapters": {},
"display": true,
"offset": false,
"reverse": false,
"beginAtZero": false,
"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": "Average 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": [],
"datasets": [
{
"label": "Weekday",
"data": {
"2015": 2402,
"2016": 2454,
"2017": 2803,
"2018": 2881,
"2019": 2737,
"2020": 935,
"2021": 1310,
"2022": 1388,
"2023": 1370,
"2024": 1902,
"2025": 1930
},
"borderColor": "#3d3936",
"backgroundColor": "#3d3936",
"type": "line",
"fill": false
},
{
"label": "Saturday",
"data": {
"2015": 1226,
"2016": 1363,
"2017": 1669,
"2018": 1811,
"2019": 1654,
"2020": 625,
"2021": 828,
"2022": 742,
"2023": 758,
"2024": 1101,
"2025": 857
},
"borderColor": "#f2a900",
"backgroundColor": "#f2a900",
"type": "line",
"fill": false
},
{
"label": "Sun & Hol",
"data": {
"2015": 743,
"2016": 1072,
"2017": 1303,
"2018": 1192,
"2019": 1065,
"2020": 380,
"2021": 471,
"2022": 526,
"2023": 493,
"2024": 697,
"2025": 687
},
"borderColor": "#cececa",
"backgroundColor": "#cececa",
"type": "line",
"fill": false
}
]
},
"drupalChartDivElement": {},
"drupalChartDivId": "edit-content"
}