vega-lite-api

vl.timeYQ(field, as)

A time unit operation for yearquarter.

timeYQ Method Overview

timeYQ API Reference

# timeYQ.as(value)

The output field to write the timeUnit value.

# timeYQ.equals(equal)

Logical equals (==) comparison.

# timeYQ.field(value)

The data field to apply time unit.

# timeYQ.gt(gt)

Logical greater than (>) comparison.

# timeYQ.gte(gte)

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

# timeYQ.inRange(…range)

Logical value in range test.

# timeYQ.lt(lt)

Logical less than (<) comparison.

# timeYQ.lte(lte)

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

# timeYQ.oneOf(…oneOf)

Logical set membership test.

# timeYQ.timeUnit(value)

The timeUnit.

# timeYQ.valid(valid)

Logical valid value test.