vega-lite-api

vl.month(field, as)

A time unit operation for month.

month Method Overview

month API Reference

# month.as(value)

The output field to write the timeUnit value.

# month.equals(equal)

Logical equals (==) comparison.

# month.field(value)

The data field to apply time unit.

# month.gt(gt)

Logical greater than (>) comparison.

# month.gte(gte)

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

# month.inRange(…range)

Logical value in range test.

# month.lt(lt)

Logical less than (<) comparison.

# month.lte(lte)

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

# month.oneOf(…oneOf)

Logical set membership test.

# month.timeUnit(value)

The timeUnit.

# month.valid(valid)

Logical valid value test.