What graph/dashboard product is facebook using in Dashboard: PUE & WUE

半腔热情 提交于 2019-12-09 01:54:39

问题


I love the facebook Dashboard: PUE & WUE. It is beautifull

Can anyone point out if there is an open source or commercial product to offer a similar style?

here is the link https://www.facebook.com/ForestCityDataCenter?sk=app_288655784601722&app_data


回答1:


So I just read through 29,888 lines of javascript for ya.. biggest js file I've ever seen. It looks like they make that graph themselves using a variety of tools, including tween.js. It'd be fascinating to chat with whoever made it. The code for the wheel graph object starts at line 27,266 with the text var GraphComponent = Class.extend({ . You can find the source at https://www.fbpuewue.com/assets/application-3a3af20f7fa3591229c79442ae3d1c26.js . Sorry if it dissapoints you that it's not an awesome plugin that we can all easily use :/ I share your pain. Let me know if you have any questions :)




回答2:


We just open-sourced this dashboard code on https://github.com/facebook/puewue-frontend

You'll probably find what you are looking for in https://github.com/facebook/puewue-frontend/tree/master/lib/javascripts

Hope you find it useful!



来源:https://stackoverflow.com/questions/16117241/what-graph-dashboard-product-is-facebook-using-in-dashboard-pue-wue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!