-
Notifications
You must be signed in to change notification settings - Fork 56
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
Switch from epoch.js to something more modern #69
Comments
Only requirement is that it has to look at least as good as the current graph. 😉 |
Chart.js might work well for us too, it's based on the canvas element instead of SVG. |
It's quite annoying that epoch.js is not even compatible with the latest version of D3 anymore. |
This now also includes the history graph we added in Minion 9.0. |
It looks like |
I think chart.js is nice to use, but it requires momentjs making it rather big. For that reason I would choose chartist.js. |
@jhthorsen Don't just throw around random charting library names, give examples for how to do the real-time graphs we need for Minion. |
It's really hard to find something as good as |
Since epoch.js seems pretty much unmaintained now, i think it would make sense to switch to something more modern, like chartist.js, for the real-time graphs on the dashboard of the Minion Admin UI.
The text was updated successfully, but these errors were encountered: