blog-heatmap/ #133
Replies: 2 comments 3 replies
-
我也弄了一个heatmap,不过是基于svg的,优点是dom更小,缺点是tooltip实现起来不方便 😣 |
Beta Was this translation helpful? Give feedback.
1 reply
-
https://blog.jasonleehere.com/archives/就是用您提供的方法实现的,留个言表示感谢! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blog-heatmap/
本文介绍了使用 CSS 和 JS 实现博客热力图的方法。通过获取最近一年的文章数据,并根据字数和发布日期生成相应的小方块,不同颜色代表不同级别的字数。同时,还添加了鼠标悬停时显示文章标题、字数等信息的功能。作者对比了几种类似库,并选择了适合自己需求的 heatmap.js 来实现热力图效果。最后给出了完整代码以及 HTML 和 CSS 样式部分。
https://www.eallion.com/blog-heatmap/
Beta Was this translation helpful? Give feedback.
All reactions