Both standard and extended callbacks can return multiple responses. This example instantiates two example applications that use multiple return values for both types of callback.
Note that the second application will not update if the color choice is set to Green. This is intentional; the callback raises a dash.exceptions.PreventUpdate exception when this color choice is in effect.
{% load plotly_dash %}
{% plotly_app slug="multiple-callback-values" ratio=0.2 %}
{% plotly_app slug="multiple-callback-values-expanded" ratio=0.2 %}