vega-lite-api

vl.utcseconds(field, as)

A time unit operation for utcseconds.

utcseconds Method Overview

utcseconds API Reference

# utcseconds.as(value)

The output field to write the timeUnit value.

# utcseconds.equals(equal)

Logical equals (==) comparison.

# utcseconds.field(value)

The data field to apply time unit.

# utcseconds.gt(gt)

Logical greater than (>) comparison.

# utcseconds.gte(gte)

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

# utcseconds.inRange(…range)

Logical value in range test.

# utcseconds.lt(lt)

Logical less than (<) comparison.

# utcseconds.lte(lte)

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

# utcseconds.oneOf(…oneOf)

Logical set membership test.

# utcseconds.timeUnit(value)

The timeUnit.

# utcseconds.valid(valid)

Logical valid value test.