Skip to content

Instantly share code, notes, and snippets.

@vnegi10
Created October 3, 2021 15:24
Show Gist options
  • Save vnegi10/0b94ad2ef162b8d777a33c7972485091 to your computer and use it in GitHub Desktop.
Save vnegi10/0b94ad2ef162b8d777a33c7972485091 to your computer and use it in GitHub Desktop.
df_pedometer_filter |> @vlplot("mark"={:area, "line" = {"color" = "seagreen"},
"color"={"x1"=1, "y1"=1, "x2"=1, "y2"=0,
"gradient"=:linear, "stops" = [
{"offset"=0, "color"="white"},
{"offset"=1, "color"="green"}]}},
x = {:create_time, "axis" = {"title" = "Time", "labelFontSize" = 12, "titleFontSize" = 14}, "type" = "temporal"},
y = {:step_count, "axis" = {"title" = "Daily steps", "labelFontSize" = 12, "titleFontSize" = 14 }},
width = 750, height = 500,
"title" = {"text" = "Daily steps from $(Date.(start_date)) to $(Date.(end_date))", "fontSize" = 16})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment