Thank you for making this video! What extension(s) did you use for the autofill? It really seemed to know your code really well. Was it an extension specific to D3?
Yes, you can! You can see an example of it being used horizontally here: vx-demo.vercel.app/bargrouphorizontal You just need to switch the logic that we did for the height to the width of the component, and it should work!
This was excellent, thank you for putting this together!
Glad you enjoyed it!
Thank you for making this video! What extension(s) did you use for the autofill? It really seemed to know your code really well. Was it an extension specific to D3?
It is GItHub copilot
It was GitHub Copilot!
Is there a way to get auto import for visx in VS Code?
If you install it correctly, it should auto-import it normally
Thank You, very nicely explained. Can I use the same Bar Component to draw horizontal bars instead of vertical bars?
Yes, you can! You can see an example of it being used horizontally here: vx-demo.vercel.app/bargrouphorizontal
You just need to switch the logic that we did for the height to the width of the component, and it should work!