how to make same chart with lightweight chart with javascript

Viewed 2333

bitmex example image show click

I am use https://github.com/tradingview/lightweight-charts javascript package.

As you can see in the picture, orders are shown in green boxes on the bitmex exchange. I want to learn how I can do this in my own table. I could not find a similar example in the document. Can you help me ?

1 Answers

I'm afraid it couldn't be done with lightweight-charts. If you'd like to add them and want to use TradingView's charts, I'd suggest you take charting library instead.

Related