Normalize any series data item into an internal OHLC bar:
Bar
LinePoint
{ time, value }
Whitespace
{ time }
Normalize any series data item into an internal OHLC bar:
Barpasses through untouched;LinePoint{ time, value }becomes a flat OHLC bar (open=high=low=close=value);Whitespace{ time }becomes a NaN bar, which the line renderer draws as a gap and autoscale skips.