vega-lite-api

vl.timeMS(field, as)

A time unit operation for minutesseconds.

timeMS Method Overview

timeMS API Reference

# timeMS.as(value)

The output field to write the timeUnit value.

# timeMS.equals(equal)

Logical equals (==) comparison.

# timeMS.field(value)

The data field to apply time unit.

# timeMS.gt(gt)

Logical greater than (>) comparison.

# timeMS.gte(gte)

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

# timeMS.inRange(…range)

Logical value in range test.

# timeMS.lt(lt)

Logical less than (<) comparison.

# timeMS.lte(lte)

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

# timeMS.oneOf(…oneOf)

Logical set membership test.

# timeMS.timeUnit(value)

The timeUnit.

# timeMS.valid(valid)

Logical valid value test.