Ordinal Viewport
OrdinalViewport(startingDomain, dataSize)
The viewport to include the number of data [dataSize] starting from the [startingDomain] value.
| Parameter | Data Type | Default | Description | 
|---|---|---|---|
| startingDomain | String | required | The initial boundary of the domain axis | 
| dataSize | int | required | The amount of data displayed | 
 | |