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

后端 未结 2 360
慢半拍i
慢半拍i 2021-01-07 07:15

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?

<
相关标签:
2条回答
  • 2021-01-07 08:07

    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!

    0 讨论(0)
  • 2021-01-07 08:11

    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 :)

    0 讨论(0)
提交回复
热议问题