Heatmap color is not aligned with the setting
I would like to create a heatmap (RdtoGrn) for our analysis, and embed the iframe via dashboard link in the Webap. However, the heatmap in the dashboard is not same as insight. Please provide better solution. Thanks.
On the insight
On the dashboard
Below is my embed iframe script:
dashboard_url1 = "https://dss-2ba2cfdb-5149658e-dku.ap-southeast-1.app.dataiku.io/projects/xxx/dashboards/Jgoadmx_Price%20Correlation%20Model/view/oMwu4jI?fullScreen=true"
#dashboard_url1 = "https://dss-2ba2cfdb-5149658e-dku.ap-southeast-1.app.dataiku.io/projects/xxx/dashboards/insights/u2E7qcr_price-correlation-model-1/view?fullScreen=true"
iframe_html = f"""<iframe width="1700" height="950" src={dashboard_url1} frameborder="0" allowFullScreen="true"></iframe>""" st.markdown(iframe_html, unsafe_allow_html=True)
Dataiku version used: Version: 14.3.2
Dataiku version used: Version: 14.3.2
Dataiku version used: Version: 14.3.2
Answers
-
Hello,
Please try the following:
1. Navigate to your dashboard
2. Click Theme in the left sidebar
3. Under Data color palettes, select red-green
4. Click Apply to save your changes -
Problem solved. Thank you


