Liking cljdoc? Tell your friends :D

metabase.util.ui-logic

This namespace has clojure implementations of logic currently found in the UI, but is needed for the backend. Idealling code here would be refactored such that the logic for this isn't needed in two places

This namespace has clojure implementations of logic currently found in the UI, but is needed for the
backend. Idealling code here would be refactored such that the logic for this isn't needed in two places
raw docstring

find-goal-valueclj

(find-goal-value result)

The goal value can come from a progress goal or a graph goal_value depending on it's type

The goal value can come from a progress goal or a graph goal_value depending on it's type
sourceraw docstring

make-goal-comparison-rowfnclj

(make-goal-comparison-rowfn card result)

For a given resultset, return the index of the column that should be used for the goal comparison. This can come from the visualization settings if the column is specified, or from our default column logic

For a given resultset, return the index of the column that should be used for the goal comparison. This can come
from the visualization settings if the column is specified, or from our default column logic
sourceraw docstring

x-axis-rowfnclj

(x-axis-rowfn card results)

This is used as the X-axis column in the UI

This is used as the X-axis column in the UI
sourceraw docstring

y-axis-rowfnclj

(y-axis-rowfn card results)

This is used as the Y-axis column in the UI

This is used as the Y-axis column in the UI
sourceraw docstring

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

× close