Skip to content
Snippets Groups Projects
Commit f8430468 authored by Maz Ameli's avatar Maz Ameli
Browse files

merge

parents 5fcd2cdc c92bffca
No related branches found
No related tags found
No related merge requests found
......@@ -217,10 +217,10 @@
(if group
(let [xy [(- start-row 2) 0]
card {:text (format "# %s" (:title group))
:width (* 2 default-card-width)
:width grid-width
:height group-heading-height
:visualization-settings {:dashcard.background false
:text.align_vertical :center}}]
:text.align_vertical :bottom}}]
[(add-text-card dashboard card xy)
(fill-grid grid xy card)])
[dashboard grid])
......
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