We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb6f65 commit 24c29e0Copy full SHA for 24c29e0
demo/demo/templates/demo_four.html
@@ -17,6 +17,12 @@ <h1>Live Updating</h1>
17
local to this page, and the bottom chart - including its values - is shared across all views of this
18
page.
19
</p>
20
+<p>
21
+Reloading this page, or viewing in a second browser window, will show a new and initially empty
22
+top chart and a copy of the bottom chart. Pressing any button in any window will cause all instances
23
+of the bottom chart to update with the same values. Note that button presses are throttled so that
24
+only one press per colour per second is processed.
25
+</p>
26
<div class="card bg-light border-dark">
27
<div class="card-body">
28
<p><span>{</span>% load plotly_dash %}</p>
0 commit comments