Monday, May 19, 2014

RPS Progress Post

It's still ugly, it's not complete, but it's coming along.
 

Still need to tie some of the elements together for proper functionality (right now the graphs don't update), change the appearance and color scheme on nearly everything, add a few more controls (show / hide graphs), and then... to the stars.
 
The graphs are courtesy of Chartsjs.org, which to my understanding are not able to be modified on the fly in the manner I'm seeking. I'll need to find something else that better suits the need, however this serves as a nice proof of concept. The code snippits I'm looking at here are certainly far and above what I'm capable of on my own at this point. I'm not keen using code unless I'm actually learning from its usage, this will be a key factor in choosing the final chart script.


Update: Looks like I spoke too soon, there are some simple tutorials out there on dynamically updating the graphs though a solid API from the developer does not yet exist, it will be possible to suit my needs if I land on Chart.js as my final choice with this. [Source1] [Source2]

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.