Kostner - Average Ridership by Type of Day for December
{
"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": 517,
"2016": 480,
"2017": 478,
"2018": 461,
"2019": 415,
"2020": 170,
"2021": 200,
"2022": 232,
"2023": 293,
"2024": 282
},
"borderColor": "#3d3936",
"backgroundColor": "#3d3936",
"type": "line",
"fill": false
},
{
"label": "Saturday",
"data": {
"2015": 297,
"2016": 255,
"2017": 266,
"2018": 277,
"2019": 242,
"2020": 120,
"2021": 103,
"2022": 122,
"2023": 213,
"2024": 176
},
"borderColor": "#f2a900",
"backgroundColor": "#f2a900",
"type": "line",
"fill": false
},
{
"label": "Sunday/Holiday",
"data": {
"2015": 223,
"2016": 204,
"2017": 199,
"2018": 189,
"2019": 185,
"2020": 95,
"2021": 95,
"2022": 101,
"2023": 141,
"2024": 117
},
"borderColor": "#cececa",
"backgroundColor": "#cececa",
"type": "line",
"fill": false
}
]
},
"drupalChartDivElement": {},
"drupalChartDivId": "edit-content"
}