vega-lite-api

vl.utcMD(field, as)

A time unit operation for utcmonthdate.

utcMD Method Overview

utcMD API Reference

# utcMD.as(value)

The output field to write the timeUnit value.

# utcMD.equals(equal)

Logical equals (==) comparison.

# utcMD.field(value)

The data field to apply time unit.

# utcMD.gt(gt)

Logical greater than (>) comparison.

# utcMD.gte(gte)

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

# utcMD.inRange(…range)

Logical value in range test.

# utcMD.lt(lt)

Logical less than (<) comparison.

# utcMD.lte(lte)

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

# utcMD.oneOf(…oneOf)

Logical set membership test.

# utcMD.timeUnit(value)

The timeUnit.

# utcMD.valid(valid)

Logical valid value test.