Skip to content

Commit 3db15f0

Browse files
committed
[simplest-plotly-streaming-chart] Update
1 parent 9cbd71f commit 3db15f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/data_visualization/simplest_plotly_streaming_chart.clj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
(kind/hiccup
1515
[:div#streaming-chart])
1616

17+
^:kindly/hide-code
18+
(kind/code (slurp "src/data_visualization/simplestplotlystreamingchart.cljs"))
19+
20+
^:kindly/hide-code
1721
(kind/hiccup
1822
[:div
1923
[:script {:src "https://cdn.plot.ly/plotly-3.3.0.min.js"
@@ -22,3 +26,9 @@
2226
:type "application/javascript"}]
2327
[:script {:src "simplestplotlystreamingchart.cljs"
2428
:type "application/x-scittle"}]])
29+
30+
;; ---
31+
32+
;; Discuss here:
33+
;;
34+
;; [https://clojurians.zulipchat.com/#narrow/channel/528764-clojurecivitas/topic/Streaming.20Chart](https://clojurians.zulipchat.com/#narrow/channel/528764-clojurecivitas/topic/Streaming.20Chart)

0 commit comments

Comments
 (0)