vega-lite-api

vl.timeYMD(field, as)

A time unit operation for yearmonthdate.

timeYMD Method Overview

timeYMD API Reference

# timeYMD.as(value)

The output field to write the timeUnit value.

# timeYMD.equals(equal)

Logical equals (==) comparison.

# timeYMD.field(value)

The data field to apply time unit.

# timeYMD.gt(gt)

Logical greater than (>) comparison.

# timeYMD.gte(gte)

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

# timeYMD.inRange(…range)

Logical value in range test.

# timeYMD.lt(lt)

Logical less than (<) comparison.

# timeYMD.lte(lte)

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

# timeYMD.oneOf(…oneOf)

Logical set membership test.

# timeYMD.timeUnit(value)

The timeUnit.

# timeYMD.valid(valid)

Logical valid value test.