Chord diagram in Mendix using D3

0
Hi, I want to create chord diagram in Mendix using Javacript librabry D3 and dont want to create Custom widget for creating chord diagram in Mendix . Is this the possbile way to create chord diagram? Any Suggestion?  
asked
1 answers
0

Hi Ashu,

You could use a javascript action or javascript snippet to draw the chord diagram, however, I wouldn't recommend going this route. It's not as easily maintainable or resuable as a custom widget is. What are the arguments for not creating a custom widget?

answered