(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]]
(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]]
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close