vega-lite-api

vl.timeMDH(field, as)

A time unit operation for monthdatehours.

timeMDH Method Overview

timeMDH API Reference

# timeMDH.as(value)

The output field to write the timeUnit value.

# timeMDH.equals(equal)

Logical equals (==) comparison.

# timeMDH.field(value)

The data field to apply time unit.

# timeMDH.gt(gt)

Logical greater than (>) comparison.

# timeMDH.gte(gte)

Logical greater than or equal to (>=) comparison.

# timeMDH.inRange(…range)

Logical value in range test.

# timeMDH.lt(lt)

Logical less than (<) comparison.

# timeMDH.lte(lte)

Logical less than or equal to (<=) comparison.

# timeMDH.oneOf(…oneOf)

Logical set membership test.

# timeMDH.timeUnit(value)

The timeUnit.

# timeMDH.valid(valid)

Logical valid value test.