https://github.com/ssthouse/ssthouse-blog
个人博客仓库:前端 / 数据可视化 / D3.js
https://github.com/ssthouse/ssthouse-blog
blog d3 d3js
Last synced: about 1 year ago
JSON representation
个人博客仓库:前端 / 数据可视化 / D3.js
- Host: GitHub
- URL: https://github.com/ssthouse/ssthouse-blog
- Owner: ssthouse
- Created: 2018-06-12T02:16:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T07:41:17.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T10:13:23.768Z (over 1 year ago)
- Topics: blog, d3, d3js
- Homepage: https://ssthouse.github.io/#/blog
- Size: 40.8 MB
- Stars: 307
- Watchers: 15
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ssthouse blog
这里是我的个人博客仓库, 我会将我的**个人博客**, **译文**放置在此.
文章内容主要关于 _前端开发_, _D3.js_ 和 _数据可视化_
如果文章对你有帮助, 欢迎 **fork** & **star** :tada:
你也可以在这里找到我: [github 主页](https://github.com/ssthouse) | [知乎专栏](https://zhuanlan.zhihu.com/c_196857379) | [掘金](https://juejin.im/user/57bc46c8efa631005a891573/posts)
## 想直接联系我 ?
邮箱: ssthouse@163.com
微信:
(注: 如是对文章有疑问,请直接在文章下面留言 || 提issue,无需加微信~)

## 目录
### D3.js 简介
[D3.js 学习之旅](https://github.com/ssthouse/d3-blog/blob/master/d3-guide/d3_roadmap_cn.md)
### D3 selection
[以 Join 的方式来思考 D3.js](https://github.com/ssthouse/d3-blog/blob/master/thinking-with-join/thinking-with-join.md)
[用 D3.js 十分钟实现字符跳动效果](https://github.com/ssthouse/d3-blog/blob/master/charactor-jump/charactor-jump.md)
[[译] D3.js 嵌套选择集 (Nested Selection)](https://github.com/ssthouse/d3-blog/blob/master/nested-selection/blog.md)
[[译]D3.js 之 d3-selection 原理](https://github.com/ssthouse/d3-blog/blob/master/how-selections-work/blog.md)
### D3 shape
[[译] D3.js 之 d3-shap 简介](https://github.com/ssthouse/d3-blog/blob/master/d3-shape-intro/blog.md)
### 数据可视化 实践
[使用 github pages, 快速部署你的静态网页](https://github.com/ssthouse/d3-blog/blob/master/use-github-page-efficiently/blog.md)
[可视化讲解 DOM 构建过程](https://github.com/ssthouse/d3-blog/blob/master/dom-render/blog.md) ==> [在线 demo](https://ssthouse.github.io/visual-explain/#/list/domRender)
[可视化讲解 深度优先遍历 (DFT)](https://github.com/ssthouse/d3-blog/blob/master/viz-depth-first-traversal/blog.md) ==> [在线demo](https://ssthouse.github.io/visual-explain/#/list/dft)
[用 D3.js 画一个手机专利关系图, 看看苹果,三星,微软间的专利纠葛](https://github.com/ssthouse/d3-blog/blob/master/mobile-patent-suit/blog.md) ==> [在线 demo](https://ssthouse.github.io/visual-explain/#/list/patent-suit)
[Github Repository 数据可视化](https://github.com/ssthouse/d3-blog/blob/master/github-visualization/blog.md) ==> [在线 demo](https://ssthouse.github.io/github-visualization/#/main)
### 前端 Tips:
[创建, 发布自己的 Vue UI 组件库](https://github.com/ssthouse/d3-blog/blob/master/create-own-vue-library/blog.md)
[前端杂谈: Attribute VS Property](https://github.com/ssthouse/d3-blog/blob/master/frontend/attr-vs-prop/attr_vs_prop_cn.md)
[前端杂谈: CSS 权重 (Specificity)](https://github.com/ssthouse/d3-blog/blob/master/frontend/css-specificity/css-specificity.md)
[前端杂谈: DOM event 原理](https://github.com/ssthouse/d3-blog/blob/master/frontend/dom-event/how_dom_event_works_cn.md)
### 小程序
[多图列表 性能优化](https://github.com/ssthouse/d3-blog/blob/master/mini-program/小程序中列表渲染优化.md)