79252375

Date: 2024-12-04 18:43:16
Score: 0.5
Natty:
Report link
   {:x {:title "Week"
        :timeUnit "yearmonthdate"
        :field :WeekBeginning
        :axis {:format "%b"
               :labelAlign "left"
               :labelExpr "datum.label[0]"
               :timeUnit "month"
               :tickCount 12}}

Update: I ended up shifting the timeUnit of the lines to "yearmonthdate" and the timeUnit of the axis to "month" and was able to get it to format the way I wanted.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Aaron Cooley