forever97 / blogtalk

gittalk
0 stars 0 forks source link

D3学习记录:柱状图 | forever97's blog #54

Open forever97 opened 3 years ago

forever97 commented 3 years ago

https://forever97.github.io/2020/10/29/fullStack3/

还是熟悉的数据,这回来做一个柱状图 [数据下载地址] 准备工作还是熟悉的数据载入 12const pathToJSON = "./data/nyc_weather_data.json"const dataset = await d3.json(pathToJSON) 接着设置参数 1234567891011121314151617const width = 600let dim