# Interface: Options
Initial monitor display options.
## Remarks
These options seed the controller returned by [createMonitor](../index.md#createmonitor). Runtime
setters such as [Monitor.setValueRange](Monitor.md#setvaluerange) and [Monitor.setColormap](Monitor.md#setcolormap)
can update the mutable parts later.
## Properties
| Property | Type | Default value | Description |
| :------ | :------ | :------ | :------ |
| `colormap?` | (`t`) => readonly \[`number`, `number`, `number`\] | `A neutral gray ramp.` | Transfer function for normalized values. |
| `lineWidthPx?` | `number` | `1.5`. | Trace stroke width in CSS pixels. |
| `valueRange?` | readonly \[`number`, `number`\] | `Auto-fit the active signal's finite extent.` | Fixed value domain for vertical position and color. |