Skip to content

Commit

Permalink
Update ErieStat_Chart_AnnualTPLoading_Sum on 1.5.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ktruitt-glc authored Jan 5, 2024
1 parent f4552f2 commit ef057a6
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 2021"
description: "Years from 2008 to 2022"
},
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, 4773, 4716, 6710, 4554, 3518],
data: [5639, 3650, 2381, 5574, 3915, 4146, 3929, 3391, 2157, 4773, 4716, 6710, 4554, 3518, 4554],
color: "#0D5E87"
},
{
name: "Point Sources",
data: [1864, 1687, 1465, 1502, 1259, 1142, 1154, 1250, 1249, 1165, 1215, 1310, 1147, 1204],
data: [1864, 1687, 1465, 1502, 1259, 1142, 1154, 1250, 1249, 1165, 1215, 1310, 1147, 1204, 1111],
color: "#0092B0"
},
{
name: "Adjustment for<br>Unmonitored Area",
data: [1422, 1276, 756, 2105, 1367, 1592, 1500, 1049, 838, 1691, 2079, 3025, 1959, 1421],
data: [1422, 1276, 756, 2105, 1367, 1592, 1500, 1049, 838, 1691, 2079, 3025, 1959, 1421, 1898],
color: "#00C7C3"
},

{
name: "Lake Huron Input",
data: [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],
color: "#7CFAC3"
},
{
name: "Atmospheric Deposition",
data: [315, 590, 284, 428, 270, 399, 273, 261, 276, 422, 411, 249, 307, 333],
data: [315, 590, 284, 428, 270, 399, 273, 261, 276, 422, 411, 249, 307, 333, 245],
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],
data: [6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,6000],
color: "#E07000"
}
]
Expand Down

0 comments on commit ef057a6

Please sign in to comment.