-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use plottly for rendering of graphs #2
Comments
If it's easier to use, go ahead :) But please don't do large changes to DataFetcher.js (yet), as I want to clean it up a little |
Yeah it's pretty simple, if you clean up, please split the part which fetches data and the part which renders the data. by this it's easier to introduce it. Sure I'll wait some time... |
It's already split up, in the |
Now that I think about it, I might actually change the array which is returned to contain more infos, such das dates and links to the relevant jobs. But for now, just assume |
I used plottly.js in the past and its super simple to use and gives beautiful, interactive graphs.
The text was updated successfully, but these errors were encountered: