Skip to content

Commit

Permalink
Update ErieStat_Chart_AnnualTPLoading_Sum.html
Browse files Browse the repository at this point in the history
Added 2023 water year data, and updated some previous years' values according to changes in the latest release of EPA's 2023WY data.
  • Loading branch information
CSpencerGLC authored Oct 1, 2024
1 parent 54ea255 commit 1700bdd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ErieStat/ErieStat_Chart_AnnualTPLoading_Sum.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
xAxis: {
accessibility: {
description: "Years from 2008 to 2022"
description: "Years from 2008 to 2023"
},
style: {
fontSize: "13px"
Expand Down Expand Up @@ -191,28 +191,28 @@
series: [
{
name: "Tributary Monitored NPS",
data: [5639, 3650, 2381, 5574, 3915, 4146, 3929, 3391, 2157, 4782, 4737, 6705, 4779, 3135, 4554],
data: [5639, 3651, 2381, 5574, 3915, 4146, 3929, 3391, 2157, 4782, 4752, 6725, 4780, 3164, 4579, 4080],
color: "#0D5E87"
},
{
name: "Point Sources",
data: [1864, 1687, 1465, 1502, 1259, 1142, 1154, 1250, 1249, 1152, 1232, 1344, 1147, 1204, 1111],
data: [1864, 1687, 1465, 1502, 1259, 1142, 1154, 1250, 1249, 1152, 1214, 1317, 1148, 1162, 1071, 1121],
color: "#0092B0"
},
{
name: "Adjustment for<br>Unmonitored Area",
data: [1422, 1276, 756, 2105, 1367, 1592, 1500, 1049, 838, 1692, 2190, 2992, 2039, 1285, 1898],
data: [1422, 1277, 756, 2105, 1367, 1592, 1500, 1049, 838, 1692, 2184, 3001, 2030, 1306, 1914, 1883],
color: "#00C7C3"
},

{
name: "Lake Huron Input",
data: [321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321],
data: [321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321],
color: "#7CFAC3"
},
{
name: "Atmospheric Deposition",
data: [315, 590, 284, 428, 270, 399, 273, 261, 276, 422, 411, 249, 307, 333, 245],
data: [315, 590, 284, 428, 270, 399, 273, 261, 276, 422, 411, 249, 307, 333, 245, 219],
color: "#27651F"
},

Expand All @@ -223,7 +223,7 @@
marker: {
radius: 0
},
data: [6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,6000],
data: [6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000],
color: "#E07000"
}
]
Expand Down

0 comments on commit 1700bdd

Please sign in to comment.