Plotly chart (Funnel chart) Rendering into Dashboard through notebook
I'm currently involved in dashboard development, and one of our requirements is to include a funnel chart. Unfortunately, the Dataiku dashboard tool lacks built-in functionality for creating funnel charts. As a workaround, I've exported a notebook where I'm utilizing the Plotly library to generate the funnel chart. However, upon exporting the notebook to the dashboard, the funnel chart is not displaying as expected.
Answers
-
Sarina Dataiker, Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 317 Dataiker
Hi @vijaynchakole
,
Can you provide a screenshot of what you are seeing when you attempt to display the notebook that includes your funnel chart on the dashboard?
In general, the mode for displaying plotly charts on dashboards would be to save your plotly chart as a DSS insight, and then display the insight on your Dashboard, as described here: https://doc.dataiku.com/dss/latest/python/plotly.html#displaying-charts-on-a-dashboard
Can you give this a try and let us know if it doesn't work for you?
Thanks,
Sarina -
Thanks Sarina.. it works..your help is greatly appreciated...
-
Thank Sarina for your quick response.. It works . plotly funnel chart rendered successfully inside dashboard.
Your help is greatly appreciated..