You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for all of these works. I am a big fan of Pynecone framework.
I am using Pynecone for building chart web-app that uses lightweight-charts as a charting framework, which is built by TradingView. I am quite new to react so after following the guide in docs about wrapping react I was not able to launch any chart from the library. It would be really helpful to have any example of using lightweight-charts with datasets.
I have tried this but not working (it says SyntaxError: Cannot use import statement outside a module):
class TradingView(pc.Component):
library = "lightweight-charts"
tag = "ColorType"
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, thanks for all of these works. I am a big fan of Pynecone framework.
I am using Pynecone for building chart web-app that uses lightweight-charts as a charting framework, which is built by TradingView. I am quite new to react so after following the guide in docs about wrapping react I was not able to launch any chart from the library. It would be really helpful to have any example of using lightweight-charts with datasets.
I have tried this but not working (it says SyntaxError: Cannot use import statement outside a module):
Thanks.
The text was updated successfully, but these errors were encountered: