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.
[simplest-plotly-streaming-chart]
1 parent 9cbd71f commit 3db15f0Copy full SHA for 3db15f0
src/data_visualization/simplest_plotly_streaming_chart.clj
@@ -14,6 +14,10 @@
14
(kind/hiccup
15
[:div#streaming-chart])
16
17
+^:kindly/hide-code
18
+(kind/code (slurp "src/data_visualization/simplestplotlystreamingchart.cljs"))
19
+
20
21
22
[:div
23
[:script {:src "https://cdn.plot.ly/plotly-3.3.0.min.js"
@@ -22,3 +26,9 @@
26
:type "application/javascript"}]
27
[:script {:src "simplestplotlystreamingchart.cljs"
24
28
: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