Liking cljdoc? Tell your friends :D

org.clojars.punit-naik.core


axis-configclj/smultimethod

source

axis-dataclj/s

(axis-data data axis-fld-name)
source

gen-chart-specclj/s

(gen-chart-spec
  id
  data
  {:keys [x-fld-name] :or {x-fld-name "x"} :as x-fld-info}
  {:keys [y-fld-name] :or {y-fld-name "y"} :as y-fld-info}
  {:keys [chart-type chart-interpolate tooltip? dash-fld-name opacity-fld-name
          increase-hover-area? zoom-on-scroll? dashed-lines? add-opacity?
          select-on-click? disable-legend?]
   :or {tooltip? true
        opacity-fld-name "opacity"
        dash-fld-name "stroke"
        select-on-click? false
        chart-interpolate "monotone"
        dashed-lines? false
        add-opacity? false
        chart-type "line"
        disable-legend? false}
   :as chart-info}
  {:keys [stack-fld-name stack-fld-type stack-fld-title stack-fld-opts
          custom-stack-colours-map]
   :or {stack-fld-name "label"
        stack-fld-type "nominal"
        stack-fld-title "Labels"
        stack-fld-opts {:title stack-fld-title :legend {:orient "top"}}}
   :as stack-info})
source

initclj/s

(init)

Initialises the Vega-lite spec with default values and returns the same

Initialises the Vega-lite spec with default values and returns the same
sourceraw docstring

mark-configclj/s

(mark-config {:keys [chart-type chart-interpolate point?]
              :or {chart-type "line" chart-interpolate "monotone"}})
source

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

× close