Can we display live data in form of the chart on Figma? I have a python code that extracts live data of the stock market. Initially, I thought of using Tkinter to create a GUI, but due to its ugly interface, I decided to shift to Figma.
is there any way that I can connect Figma to my python code in order to generate a live graph on Figma? My python program provides data in form of a Pandas Dataframe.
CodePudding user response:
Unfortunately you cannot share live ongoing data and display it through Figma because Figma is a graphics editor and prototyping tool. You can input your live data but its a one time process, if you input it will display on the prototype and you cant refresh it and see new real time data...here are some plugins that might help you
I hope that this will help you and you got the answer.