Skip to content
Snippets Groups Projects
Commit 1b52e59a authored by Florian Raab's avatar Florian Raab
Browse files

LinePlot: add axis labels

parent 7e43cdbc
No related branches found
No related tags found
No related merge requests found
Pipeline #24416 passed
......@@ -374,7 +374,19 @@ view global model =
]
]
]
, div [ Html.Attributes.style "font-size" "12px"
, Html.Attributes.style "margin-left" "4rem"
, Html.Attributes.style "margin-bottom" "-1rem"
, Html.Attributes.style "margin-top" "1rem" ]
[ Html.text "Number of Visas"]
, chart dataLines
, div [ Html.Attributes.style "font-size" "12px"
, Html.Attributes.style "margin" "auto"
, Html.Attributes.style "margin-top" "-2rem"
, Html.Attributes.style "margin-bottom" "1rem" ]
[ Html.text "Years"]
, div [ Html.Attributes.style "display" "flex"
, Html.Attributes.style "flex-direction" "row"
, Html.Attributes.style "gap" "4px"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment