The original tradingview/lightweight-charts library is a well-known one in the financial world. Being deeply drawn to its aesthetics, I decided to wrap and bring it to the Dash community. I personally have been using Dash intensively for many internal dashboarding tools at work, and that’s why I am looking for a component that really fits for the use of creating financial-focused dashboard. Comparing to the original Graph component, TVLWC is probably equally customizable, and probably more light-weighted / suitable for real-time frequent updates.
Note: This is my first time actually “completing” a open-source tool (I’m proud of myself!). I don’t have the deepest knowledge on Dash and very limited knowledge about the js world (started some mini-projects recently!). Greatly appreciate if anyone can comment on it.
Hi @popo , shared x-axis is currently not supported as each chart is standalone in a component level. The original charting library does not support this either. However I am considering this option in the future as it is very common!
Hi tysonwu. Thank you for this amazing component. I have been playing around with it lately and one thing I noticed is that whenever the browser window gets resized (i.e. from small to large) the xaxis doesn’t resize accordingly. I have tried to figure out why that is the case, but couldn’t find any solution. Do you know how I can make it responsive to changes in window size? Below you can find two images: the first one is after initally loading the page and second one after increasing the window size of the browser. Any help is much appreciated.