Replies: 2 comments
-
Never mind. Modifying |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I would some generic advise and also specific one related to implementing and plotting from TradingView (https://github.com/tradingview/lightweight-charts)
I started off by installing
npm install --save lightweight-charts
And then with this code
<div id='container'></div>
`
Nothing actually gets plotted. But display(chart) gives
![Screenshot 2024-07-26 at 1 34 59 PM](https://private-user-images.githubusercontent.com/46061218/352659910-a092b6ee-8e91-47c4-a7b3-d48cefd56ad6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Nzk2MTgsIm5iZiI6MTczOTU3OTMxOCwicGF0aCI6Ii80NjA2MTIxOC8zNTI2NTk5MTAtYTA5MmI2ZWUtOGU5MS00N2M0LWE3YjMtZDQ4Y2VmZDU2YWQ2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAwMjgzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIzYjFmZmZiMDYyYmQ2MzZmMDUyYmM4MzA5ZDVlNjFkMmU3NmVhMTFmMWNiYzlhMjNjYjgxNDkyODkzMDg0MWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.rWPu7KH16PO_j9i5NVQ9Nse1YO8jdq-5TfisiPeAe-c)
which tells me lightweight-charts being loaded and used. I did have
<div id='container'></div>
upfront, so I would have guessed the plot would be rendered correctly? Any thoughts/suggestions?Thanks!
Gani --
Beta Was this translation helpful? Give feedback.
All reactions