Liking cljdoc? Tell your friends :D

metabase.automagic-dashboards.populate

Create and save models that make up automagic dashboards.

Create and save models that make up automagic dashboards.
raw docstring

add-text-cardclj

(add-text-card dashboard
               {:keys [text width height visualization-settings]}
               [x y])

Add a text card to dashboard dashboard at position [x, y].

Add a text card to dashboard `dashboard` at position [`x`, `y`].
sourceraw docstring

colorsclj

Colors used for coloring charts and collections.

Colors used for coloring charts and collections.
sourceraw docstring

create-collection!clj

(create-collection! title color description parent-collection-id)

Create a new collection.

Create a new collection.
sourceraw docstring

create-dashboardclj

(create-dashboard dashboard)
(create-dashboard {:keys [title transient_title description groups filters cards
                          refinements]}
                  n)

Create dashboard and populate it with cards.

Create dashboard and populate it with cards.
sourceraw docstring

default-card-heightclj

Default card height

Default card height
sourceraw docstring

default-card-widthclj

Default card width.

Default card width.
sourceraw docstring

get-or-create-root-container-collectionclj

(get-or-create-root-container-collection)

Get or create container collection for automagic dashboards in the root collection.

Get or create container collection for automagic dashboards in the root collection.
sourceraw docstring

grid-widthclj

Total grid width.

Total grid width.
sourceraw docstring

map-to-colorsclj

(map-to-colors objs)

Map given objects to distinct colors.

Map given objects to distinct colors.
sourceraw docstring

merge-dashboardsclj

(merge-dashboards target dashboard)
(merge-dashboards target dashboard {:keys [skip-titles?]})

Merge dashboards dashboard into dashboard target.

Merge dashboards `dashboard` into dashboard `target`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close