vega-lite-api

vl.seconds(field, as)

A time unit operation for seconds.

seconds Method Overview

seconds API Reference

# seconds.as(value)

The output field to write the timeUnit value.

# seconds.equals(equal)

Logical equals (==) comparison.

# seconds.field(value)

The data field to apply time unit.

# seconds.gt(gt)

Logical greater than (>) comparison.

# seconds.gte(gte)

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

# seconds.inRange(…range)

Logical value in range test.

# seconds.lt(lt)

Logical less than (<) comparison.

# seconds.lte(lte)

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

# seconds.oneOf(…oneOf)

Logical set membership test.

# seconds.timeUnit(value)

The timeUnit.

# seconds.valid(valid)

Logical valid value test.