Hi there, can you help me in supporting on this. Because it is very difficult and not as user friendly. So please kindly help me on this. I have the figma design and same as to be implement in Plotly integrating with databricks
hi @Vignesh_V ,
what exactly do you need help with? Can you be more specific please?
I’m happy to see your reply. Sure, Based on the figma design, the ask is to implement in plotly.
Hi, @Vignesh_V!
I’ve been thinking about this for a long time, and I just read that this can be solved with pyGen from Figma, although I haven’t tried it yet.
But I found in Figma an Inspect file plugin, maybe you could use it to copy the elements one by one.
Hi Ester,
The ask is to develop the Figma design to Plotly Dash using multiple role login such as (Super Admin, System Admin, Admin, Report View). Also with the Multi page. Also I have attached the screenshot of Figma which you can have a reference and let me know how to implement in Plotly Dash
ok you are asking quite a lot, but maybe you don’t know where to start from.
So first I would suggest you to check with your company for dash enterprise it would simply your life by a lot and also the ai tools to design the dash board and the authentification process is exactly what you need. Book a demo with them it cost you nothing and will convince you.
If you want to continue with the community version almost everything is doable with quite some effort. Except the sign-in process that is linked with your company.
Second : Check this web page what you are asking for is in the example and you could just download the code and get started : Plotly Dash App Examples
To get you started,
On the main page : I suggest you check dash-mantine-component → it has some demo with
the side bar, and the burger button.
top part :for the input just check what they have in input and use dmc group
middle part : check plotly website on map, example exist to do exactly that. Link them with callback / check dash doc.
bottom part: this is a grid. I suggest you use dash-ag-grid but the dcc.Table is probably enough too.
On the login side : there is a very simple login proposed by dash, else check on the forum you will some example.
Now on the super admin admin etc , if you don’t want to have the dash entreprise version, you will need to implement it yourself, basically get a database where the access are stored, and have them stored when a user log on in a dcc.store. Again you can find details on that by searching on the forum.
If you need more information or you are stuck on your research feel free to post here
Thanks a lot. I will try what ever you have posted and let you know. Also one more thing. So connecting live data from Plotly to Dash. Is it something can be done by the python code