Heatmap color is not aligned with the setting

shuting
shuting Registered Posts: 8 ✭✭
edited January 30 in Using Dataiku

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

image.png

On the dashboard

image.png

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

Setup Info
    Tags
      Help me…