GitHub在Graphs页面上使用了什么图形库?

时间:2021-03-05 15:23:04

What graphing library does GitHub use on its Graphs tab? When you navigate to https://github.com/USER/REPOSITORY/graphs/commit-activity the graphs are clean, beautiful, and responsive. If they are using an open source javascript library, I would love to use it as well! I have not been able to tell from a brief code inspection.

GitHub在Graphs选项卡上使用了哪些图形库?导航到https://github.com/USER/REPOSITORY/graphs/commit-activity时,图表清晰,美观,反应灵敏。如果他们使用的是开源JavaScript库,我也很乐意使用它!我无法通过简短的代码检查来判断。

1 个解决方案

#1


44  

The new GitHub graphs are built with the amazing d3 library by @mbostock.

新的GitHub图是由@mbostock创建的令人惊叹的d3库构建的。

http://github.com/mbostock/d3

This was taken directly from https://github.com/blog/1093-introducing-the-new-github-graphs

这是直接来自https://github.com/blog/1093-introducing-the-new-github-graphs

#1


44  

The new GitHub graphs are built with the amazing d3 library by @mbostock.

新的GitHub图是由@mbostock创建的令人惊叹的d3库构建的。

http://github.com/mbostock/d3

This was taken directly from https://github.com/blog/1093-introducing-the-new-github-graphs

这是直接来自https://github.com/blog/1093-introducing-the-new-github-graphs