Liking cljdoc? Tell your friends :D

active-viz.scale.time-scale


day-mscljs

source

day-nicecljs

source

day-unitcljs

source

format-monthcljs

(format-month dt)
source

format-yearcljs

(format-year dt)
source

hour-mscljs

source

hour-nicecljs

source

hour-unitcljs

source

make-time-scalecljs

(make-time-scale [domain-min domain-max] [range-min range-max])
source

make-time-scale-paramscljs

(make-time-scale-params linear-scale)

Construct a TimeScaleParams record.

linear-scale: access via active-viz.scale.time-scale/time-scale-params-linear-scale

Construct a `TimeScaleParams` record.

`linear-scale`: access via [[active-viz.scale.time-scale/time-scale-params-linear-scale]]
sourceraw docstring

make-unitcljs

(make-unit time-unit time-constructor approx-ms nice-values)

Construct a Unit record.

time-unit: access via active-viz.scale.time-scale/unit-time-unit time-constructor: access via active-viz.scale.time-scale/unit-time-constructor approx-ms: access via active-viz.scale.time-scale/unit-approx-ms nice-values: access via active-viz.scale.time-scale/unit-nice-values

Construct a `Unit` record.

`time-unit`: access via [[active-viz.scale.time-scale/unit-time-unit]]
`time-constructor`: access via [[active-viz.scale.time-scale/unit-time-constructor]]
`approx-ms`: access via [[active-viz.scale.time-scale/unit-approx-ms]]
`nice-values`: access via [[active-viz.scale.time-scale/unit-nice-values]]
sourceraw docstring

millisecondcljs

source

millisecond-nicecljs

source

minute-mscljs

source

minute-nicecljs

source

minute-unitcljs

source

month-formattercljs

source

month-mscljs

source

month-nicecljs

source

month-unitcljs

source

ms-unitcljs

source

recommend-unitcljs

(recommend-unit start-date end-date)
source

second-mscljs

source

second-nicecljs

source

second-unitcljs

source

t>=cljs

(t>= a b)
source

time-scale->tickscljs

(time-scale->ticks scale unit num-ticks)
source

time-scale-params-linear-scalecljs

(time-scale-params-linear-scale TimeScaleParams)

Lens for the linear-scale field from a TimeScaleParams record. See active-viz.scale.time-scale/make-time-scale-params.

Lens for the `linear-scale` field from a [[TimeScaleParams]] record. See [[active-viz.scale.time-scale/make-time-scale-params]].
sourceraw docstring

time-scale-params?cljs

(time-scale-params? thing)

Is object a TimeScaleParams record? See active-viz.scale.time-scale/make-time-scale-params.

Is object a `TimeScaleParams` record? See [[active-viz.scale.time-scale/make-time-scale-params]].
sourceraw docstring

TimeScaleParamscljs

source

Unitcljs

source

unit-approx-mscljs

(unit-approx-ms Unit)

Lens for the approx-ms field from a Unit record. See active-viz.scale.time-scale/make-unit.

Lens for the `approx-ms` field from a [[Unit]] record. See [[active-viz.scale.time-scale/make-unit]].
sourceraw docstring

unit-nice-valuescljs

(unit-nice-values Unit)

Lens for the nice-values field from a Unit record. See active-viz.scale.time-scale/make-unit.

Lens for the `nice-values` field from a [[Unit]] record. See [[active-viz.scale.time-scale/make-unit]].
sourceraw docstring

unit-time-constructorcljs

(unit-time-constructor Unit)

Lens for the time-constructor field from a Unit record. See active-viz.scale.time-scale/make-unit.

Lens for the `time-constructor` field from a [[Unit]] record. See [[active-viz.scale.time-scale/make-unit]].
sourceraw docstring

unit-time-unitcljs

(unit-time-unit Unit)

Lens for the time-unit field from a Unit record. See active-viz.scale.time-scale/make-unit.

Lens for the `time-unit` field from a [[Unit]] record. See [[active-viz.scale.time-scale/make-unit]].
sourceraw docstring

unit?cljs

(unit? thing)

Is object a Unit record? See active-viz.scale.time-scale/make-unit.

Is object a `Unit` record? See [[active-viz.scale.time-scale/make-unit]].
sourceraw docstring

year-formattercljs

source

year-mscljs

source

year-nicecljs

source

year-unitcljs

source

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

× close