以 d3.js 繪製 area chart 的範例:
1. 把 d3.js (4.5.0), meditation.csv, index.html 放到同一個 folder 內
2. 以 Chrome 開啟 index.html
3. 觀看繪製的結果
參考資料
[Book] Interactive Data Visualization for the Web: An Introduction to Designing with D3 - author: Scott Murray
A "simple" D3.js area chart