Data Visualization with D3, React, visx and Typescript: 11 - Creating a Bar Chart with visx - 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 9

  • @r2_rho
    @r2_rho 2 ปีที่แล้ว +1

    This was excellent, thank you for putting this together!

  • @miltonvento8767
    @miltonvento8767 7 หลายเดือนก่อน +1

    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?

    • @arcanak7580
      @arcanak7580 5 หลายเดือนก่อน +1

      It is GItHub copilot

    • @OhMyFunction
      @OhMyFunction  หลายเดือนก่อน

      It was GitHub Copilot!

  • @HugoDahl-q6x
    @HugoDahl-q6x ปีที่แล้ว +1

    Is there a way to get auto import for visx in VS Code?

    • @OhMyFunction
      @OhMyFunction  ปีที่แล้ว

      If you install it correctly, it should auto-import it normally

  • @gregferns
    @gregferns ปีที่แล้ว

    Thank You, very nicely explained. Can I use the same Bar Component to draw horizontal bars instead of vertical bars?

    • @OhMyFunction
      @OhMyFunction  ปีที่แล้ว

      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!