Accurate D3 Chord Diagram

I want to create a chord diagram in D3 , but specify interval relationships with exact positions, as in the following example: Circos : Sibelia comparative genomics example .

Is there any way to do this in D3?

If not, is there a way to do this in any other javscript data visualization library?

+4
source share
1 answer

I wonder if this can be achieved with chord.sortGoups, but I'm still trying to figure it out.

+1
source

Source: https://habr.com/ru/post/1445324/


All Articles