-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* show the count of all the tweets in the current view * add fake total count number for demo purposes * show purely the current count number * integrate with total count * code refactoring * code refactor change variable names and comments * avoid count div from overlapping with time series; migrate count related code from map/controller.js to timeseries/controller.js; fix the bug of updating total count in the controller * remove unnecessary CSS * follow Codacy's suggestions to change single quotes into double quotes * fix reset positioning bug * use number filter; remove unnecessary helper functions * fix a bug where the reset button on timeline stops working; adjust styling to make count text look better * right align two count numbers * adjust font-size and text align
- Loading branch information
Shengjie Xu
authored
Mar 5, 2017
1 parent
bfb22f0
commit 806ae72
Showing
4 changed files
with
79 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
|
||
|
||
|
||
<div class="time-series"> | ||
<div class="stats"> | ||
<time-series id="chart"></time-series> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters