Skip to content

Commit 24c29e0

Browse files
author
Mark Gibbs
committed
More prose for demo four
1 parent 4eb6f65 commit 24c29e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

demo/demo/templates/demo_four.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ <h1>Live Updating</h1>
1717
local to this page, and the bottom chart - including its values - is shared across all views of this
1818
page.
1919
</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>
2026
<div class="card bg-light border-dark">
2127
<div class="card-body">
2228
<p><span>{</span>% load plotly_dash %}</p>

0 commit comments

Comments
 (0)