vega-lite-api

vl.utcmilliseconds(field, as)

A time unit operation for utcmilliseconds.

utcmilliseconds Method Overview

utcmilliseconds API Reference

# utcmilliseconds.as(value)

The output field to write the timeUnit value.

# utcmilliseconds.equals(equal)

Logical equals (==) comparison.

# utcmilliseconds.field(value)

The data field to apply time unit.

# utcmilliseconds.gt(gt)

Logical greater than (>) comparison.

# utcmilliseconds.gte(gte)

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

# utcmilliseconds.inRange(…range)

Logical value in range test.

# utcmilliseconds.lt(lt)

Logical less than (<) comparison.

# utcmilliseconds.lte(lte)

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

# utcmilliseconds.oneOf(…oneOf)

Logical set membership test.

# utcmilliseconds.timeUnit(value)

The timeUnit.

# utcmilliseconds.valid(valid)

Logical valid value test.