vega-lite-api

vl.utcmonth(field, as)

A time unit operation for utcmonth.

utcmonth Method Overview

utcmonth API Reference

# utcmonth.as(value)

The output field to write the timeUnit value.

# utcmonth.equals(equal)

Logical equals (==) comparison.

# utcmonth.field(value)

The data field to apply time unit.

# utcmonth.gt(gt)

Logical greater than (>) comparison.

# utcmonth.gte(gte)

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

# utcmonth.inRange(…range)

Logical value in range test.

# utcmonth.lt(lt)

Logical less than (<) comparison.

# utcmonth.lte(lte)

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

# utcmonth.oneOf(…oneOf)

Logical set membership test.

# utcmonth.timeUnit(value)

The timeUnit.

# utcmonth.valid(valid)

Logical valid value test.