Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOrme committed May 30, 2023
1 parent 67e4740 commit 9262de5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elm/src/Graph.elm
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ getEpaChart graphModel onHover =
]


{-| Get the tooltip for an EPA AQI data point.
-}
getEpaToolTip : CI.One GraphEpaData CI.Dot -> Zone -> List (Html msg)
getEpaToolTip item timeZone =
let
Expand All @@ -146,6 +148,8 @@ getEpaToolTip item timeZone =
]


{-| Get the tooltip for a particulate matter data point.
-}
getPmToolTip : CI.One GraphReadData CI.Dot -> Zone -> List (Html msg)
getPmToolTip item timeZone =
let
Expand Down

0 comments on commit 9262de5

Please sign in to comment.