vega-lite-api

vl.timeSMS(field, as)

A time unit operation for secondsmilliseconds.

timeSMS Method Overview

timeSMS API Reference

# timeSMS.as(value)

The output field to write the timeUnit value.

# timeSMS.equals(equal)

Logical equals (==) comparison.

# timeSMS.field(value)

The data field to apply time unit.

# timeSMS.gt(gt)

Logical greater than (>) comparison.

# timeSMS.gte(gte)

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

# timeSMS.inRange(…range)

Logical value in range test.

# timeSMS.lt(lt)

Logical less than (<) comparison.

# timeSMS.lte(lte)

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

# timeSMS.oneOf(…oneOf)

Logical set membership test.

# timeSMS.timeUnit(value)

The timeUnit.

# timeSMS.valid(valid)

Logical valid value test.