Create Beautiful Line Charts With D3 - D3.js Beginner's Guide

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии •

  • @IcelandicPolarBear-kf5cl
    @IcelandicPolarBear-kf5cl 9 месяцев назад +4

    You have a wonderful voice for teaching, you're succinct, straight to the material and engaging. I'm a polar bear and you've made this almost as interesting as seals.

  • @christinwhitton236
    @christinwhitton236 Год назад +2

    I have been struggling with a D3 homework assignment for literal days - this is the first tutorial that has made me feel even remotely hopeful. Thanks for taking the time to make such a great resource!

  • @amiramaouch2774
    @amiramaouch2774 11 месяцев назад

    like most of these comments, I was lost trying to learn D3 and visx for my job, they both don't have enough docs or tutorials, this is the first video that made it look easy

  • @aytviewer2421
    @aytviewer2421 11 месяцев назад +1

    If I could give you 100 thumbs up I would! Wow, you managed to clearly explain the basic d3js concepts with an articulate working example in less than 10 minutes. You are one of the best instructors I've ever come across. Love how you left some code commented out time draw the bottom timeline and then uncommented the code to explain how it shifts to the bottom of the graph area. Many kudos to you!

  • @profglac
    @profglac 11 месяцев назад

    I read a lot about d3js and I had a lot of questions. You managed to clarify them all in a few minutes. Thanks for existing!

  • @OZTutoh
    @OZTutoh 10 дней назад +1

    Great course. I'm fairly new to Javascript so I stumbled over the ` s (The key above the LEFT TAB key and left of the 1 key) being used specifically instead of the ' s (The key between the \, RIGHT SHIFT, /, [ and ; keys) but I could eventually see it in VSCode.

    • @datavizdad
      @datavizdad  10 дней назад

      @@OZTutoh glad you found it helpful. That's a wonderful note. I'll be sure to explicitly call those out in the future! Thank you!

    • @OZTutoh
      @OZTutoh 10 дней назад

      @@datavizdad I'll let know know that there is absolutely nothing out there for making d3.js mobile responsive, which is what I really really want.

  • @KJ-bg4ek
    @KJ-bg4ek Год назад +2

    I've just been asked to learn D3 for my job. This is an awesome starting point! Thank you very much

    • @datavizdad
      @datavizdad  Год назад +1

      So glad it's helpful! I'm nearly done editing the first in a 3 part area chart series which will be up soon as well!

    • @aytviewer2421
      @aytviewer2421 11 месяцев назад

      Similar situation for me too! I found this to be a fantastic introduction.

  • @KennyCarter90
    @KennyCarter90 9 месяцев назад +1

    Great tutorial, thanks for putting this together!

  • @BUSCHILLING
    @BUSCHILLING 3 месяца назад +1

    Thank you for your guide, it helped me a lot.
    But it's unfortunate you didn't explain what some attributes meant such as "d" in the end for example, have a good day ! :)

    • @datavizdad
      @datavizdad  3 месяца назад

      I'm so glad this was helpful for you. Thank you as well for the wonderful feedback! Just in case anyone else has a similar question: the "d" in .attr("d", line) is an SVG attribute, and we are assigning it the line we defined. to read more about the svg attribute "d" you can check out this site: developer.mozilla.org/en-US/docs/Web/SVG/Attribute/d

    • @BUSCHILLING
      @BUSCHILLING 3 месяца назад

      @@datavizdad Thank you very much for your fast answer !

  • @bilza2023
    @bilza2023 Год назад +1

    soooo underrated!!!!!!!!!!!!!!!!!!!!!

  • @AnanthM-y7f
    @AnanthM-y7f 9 месяцев назад +1

    Would be great if the video contains explanation for complex parts like rather than `attr('transform', ...)` css properties. and also the WHY part!!

  • @okidokiyowyow356
    @okidokiyowyow356 7 месяцев назад

    Awesome. I'm new to d3js.

  • @raannyaana2230
    @raannyaana2230 5 месяцев назад +1

    AMAZING! I LOVE ALL YOUR VIDEOS! PLEASE MAKE MORE TUTORIALS, YOUR THE DATA DAD I WISH I HAD !

  • @kylewernert9785
    @kylewernert9785 Год назад +1

    Good job, keep it up. Well-explained and succint without wasting time.

    • @datavizdad
      @datavizdad  Год назад

      Thank you very much! I'm very glad these tutorials are resonating for folks.

  • @adamzaneagle
    @adamzaneagle Год назад +1

    clear and concise. thank you!

  • @user-gs2zp3dm1v
    @user-gs2zp3dm1v 2 месяца назад

    Wonderful video. Thank you

  • @jwho369
    @jwho369 7 месяцев назад +1

    i love you. this was excellent. 10/10

  • @iceman280782
    @iceman280782 11 месяцев назад

    I bought a course on udemy for 9 EUR but it doesn't show this simple thing. Thank you very much for the video. It is good to start to learn D3. Maybe you can explain how it can be responsive? So, if I resize the window that the chart is also resizing? This would be really helpful.

  • @krtk9675
    @krtk9675 5 месяцев назад

    How do you make the width and height responsive to a container that holds the graph?

    • @datavizdad
      @datavizdad  5 месяцев назад

      You should be able to set width and height to '100%' to achieve this. This way, the svg always fills whichever container it is within

    • @krtk9675
      @krtk9675 5 месяцев назад

      @@datavizdad amazing 🙏

  • @ABHAYSINGH-ch1vn
    @ABHAYSINGH-ch1vn Год назад +1

    can you make a video on how to add filter to the line chart

    • @datavizdad
      @datavizdad  Год назад +2

      Absolutely! Thank you for the suggestion. When I finish recording the tooltip video, I'll add this to the list!

  • @briantriesart
    @briantriesart 3 месяца назад +1

    thanks!

  • @juliajohansson9616
    @juliajohansson9616 Год назад +1

    Super great!

  • @sbloom1498
    @sbloom1498 Год назад +1

    really helpful thanks!

    • @datavizdad
      @datavizdad  Год назад

      Thank you! I appreciate you commenting!

  • @kalebmelaku-o1z
    @kalebmelaku-o1z Год назад +1

    thanks so much

    • @datavizdad
      @datavizdad  Год назад

      Glad you found the video valuable!

  • @カバ-c8d
    @カバ-c8d 11 месяцев назад

    I love you.