File tree 4 files changed +1
-136
lines changed
Clojure-Websockets/MainApp
4 files changed +1
-136
lines changed Original file line number Diff line number Diff line change 20
20
"react" : " ~0.11.2" ,
21
21
"pure" : " ~0.5.0" ,
22
22
"d3" : " ~3.3.11" ,
23
- "momentjs" : " ~2.4.0" ,
24
- "underscore" : " ~1.5.2" ,
25
- "regression-js" : " *"
23
+ "momentjs" : " ~2.4.0"
26
24
}
27
25
}
Original file line number Diff line number Diff line change 49
49
< h5 > word frequency</ h5 >
50
50
< div id ="wordcount-barchart " class ="barchart " > </ div >
51
51
< hr />
52
- < div id ="react-bar-chart " class ="barchart " > </ div >
53
- < hr />
54
52
< div id ="users-count "> </ div >
55
53
< div id ="total-tweet-count "> </ div >
56
54
</ div >
@@ -63,11 +61,8 @@ <h5>word frequency</h5>
63
61
64
62
< script src ="/bower_components/d3/d3.min.js "> </ script >
65
63
< script src ="/bower_components/momentjs/min/moment.min.js "> </ script >
66
- < script src ="/bower_components/underscore/underscore-min.js "> </ script >
67
64
< script src ="/bower_components/react/react.js "> </ script >
68
- < script src ="/bower_components/regression-js/build/regression.min.js "> </ script >
69
65
< script src ="/js/vendor/d3.layout.cloud.js "> </ script >
70
- < script src ="/js/barchart.js "> </ script >
71
66
< script src ="/js/wordcloud.js "> </ script >
72
67
< script type ="text/javascript " src ="//platform.twitter.com/widgets.js "> </ script >
73
68
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 36
36
37
37
; update the cheap charts every second
38
38
(go-loop [] (<! (timeout 1000 ))
39
- (.updateBarchart js/BirdWatch (clj->js (wc/get-words state/app 25 )))
40
39
(wc-c/update-words (wc/get-words2 state/app 25 ))
41
40
(ts/update-ts state/app)
42
41
(recur ))
You can’t perform that action at this time.
0 commit comments