|
|
|
|
|
by vidyesh
1085 days ago
|
|
I really like the power of D3 but I have tried and failed at learning D3.js properly, I was unable to understand basic bars and graphs but the same reason you mentioned I find it difficult to advance, SVG manipulation with a big dataset is difficult after some point to create a complex visualizations. Any good resources you could share that has helped you? Thank you. |
|
I found this YouTube video of someone walking through creating a bar chart helpful - the author explains as he goes:
https://youtu.be/BDpBAFvdjYo
Beyond that, copying and pasting working examples and trying to adjust them for your purposes works really well. I still don't fully understand the API but it doesn't seem to matter that much to start with - I'm still in the "monkey see, monkey do, monkey iterate" phase.