vega-lite-api

vl.timeMD(field, as)

A time unit operation for monthdate.

timeMD Method Overview

timeMD API Reference

# timeMD.as(value)

The output field to write the timeUnit value.

# timeMD.equals(equal)

Logical equals (==) comparison.

# timeMD.field(value)

The data field to apply time unit.

# timeMD.gt(gt)

Logical greater than (>) comparison.

# timeMD.gte(gte)

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

# timeMD.inRange(…range)

Logical value in range test.

# timeMD.lt(lt)

Logical less than (<) comparison.

# timeMD.lte(lte)

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

# timeMD.oneOf(…oneOf)

Logical set membership test.

# timeMD.timeUnit(value)

The timeUnit.

# timeMD.valid(valid)

Logical valid value test.