简体   繁体   中英

create a radial chart with d3.js

我想使用d3.js创建这样的图表(如图所示)

I want to create a chart like this (shown in picture) using d3.js Any idea from where I should start. I have experience with making normal charts in d3.js.

Please guide me for the following.

This is what comes to my mind, about your current requirement.

Click here

You probably would have to use the arc svg function.

d3.svg.arc()

Am just pointing you to a direction to get started, you would have to work on creating the rest along the way. Hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM