
TradingLite order book (tabular)

Exocharts DOM
- stay tabular
- rely heavily on reading numbers
- work poorly for multi-market aggregation (there is no single mid price anymore)
Single-market order book
An L2 book is still a list of price and size pairs for bids and asks. Drawn vertically, that becomes two horizontal bar charts facing each other so you can tell sides apart and see the bid/ask fight at a glance.
Top and bottom size scales match (one shared size scale, read from opposite edges). Left and right price scales match (one price range).
- Bids grow from the left (left Y + bottom size axis)
- Asks grow from the right (right Y + top size axis)
