Skip to content

Commit

Permalink
fix: Fixed plot axis label on report (#2683)
Browse files Browse the repository at this point in the history
### Description

Fixing X-axis label on report plot
  • Loading branch information
fgvieira committed Feb 9, 2024
1 parent c81954d commit a4c2a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake/report/data/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def render_timeline(timeline):
"field": "endtime",
"type": "temporal",
"timeUnit": "yearmonthdatehoursminutes",
"axis": {"labelAngle": -90, "title": "creation date"},
"axis": {"labelAngle": -90, "title": "end date"},
},
"y": {"field": "rule", "type": "nominal"},
"color": {"value": "#007bff"},
Expand Down

0 comments on commit a4c2a03

Please sign in to comment.