fig1 = px.density_heatmap(df, x='threat type', y='impact score', z='occurrence date', title='Heatmap of Threat Types vs Impact Score') json_schema1 = fig1.to_json ...
# Generate line chart for trend of operational temperature over weeks fig_line = px.line(df, x='week', y='operational_temperature', color='equipment_id', title="Trend ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results