-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update #17
Update #17
Conversation
kimisan
commented
Aug 7, 2016
- add a new function, call_hashrate_chart() to append D3.js chart
- modify the 780G --> 780GH/s
2. modify the 780G --> 780GH/s
<script> | ||
call_hashrate_chart(); | ||
</script> | ||
|
||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file isn't actually being used... I moved it to public/views/stats/index.html
So all I need to do is call_hashrate_chart() from the StatsController, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is hashrate.js included? Right now call_hashrate_chart() is undefined
oops, ignore my earlier comments, i forgot to move the files to the proper location. sorry! |
haha, |
i'm sure the ppl on reddit have tons of ideas if you ask them ;) On Sun, Aug 7, 2016 at 10:41 PM, Kimi Sian-yu Chen <notifications@github.com
|
haha ,Good idea! |