vega-lite-api

vl.utchours(field, as)

A time unit operation for utchours.

utchours Method Overview

utchours API Reference

# utchours.as(value)

The output field to write the timeUnit value.

# utchours.equals(equal)

Logical equals (==) comparison.

# utchours.field(value)

The data field to apply time unit.

# utchours.gt(gt)

Logical greater than (>) comparison.

# utchours.gte(gte)

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

# utchours.inRange(…range)

Logical value in range test.

# utchours.lt(lt)

Logical less than (<) comparison.

# utchours.lte(lte)

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

# utchours.oneOf(…oneOf)

Logical set membership test.

# utchours.timeUnit(value)

The timeUnit.

# utchours.valid(valid)

Logical valid value test.