Это видео недоступно.
Сожалеем об этом.

The Best JavaScript Charting / Data-viz Libraries

Поделиться
HTML-код
  • Опубликовано: 26 июн 2022
  • These charting libraries will make your life easier if you have any charting needs for your application. In this video, we explore the best libraries for a few different categories.
    ---
    Here are links to the different libraries:
    The "basic" options:
    - Chart.js: www.chartjs.org/
    - Nivo: nivo.rocks/
    The more "advanced"/scientific options:
    - Plotly: plotly.com/javascript/
    The hardcore options:
    - D3: d3js.org
    - Vega: vega.github.io/vega/
    #javascript #d3 #react

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

  • @Mr_exe32
    @Mr_exe32 2 месяца назад

    Thank you. My patience with D3 is growing quite thin. You saved me a laptop.

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

    This is a great overview. Thanks for making this video!

  • @Julian-dm6uv
    @Julian-dm6uv Год назад +3

    Very informitave and high qulity video. I like the point where you mentioned whether the libraries require to be run on a webserver!

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

    Hey thanks for the video, I'm a noob and need to build some charts, so It's good to know some of my options.

  • @BusinessAutomatedTutorials
    @BusinessAutomatedTutorials 2 года назад +1

    Cool overview thanks!

  • @_alexlazar_
    @_alexlazar_ Год назад +6

    You've got a great voice and great audio. What mic are you using?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  Год назад +3

      Thanks! I don’t recall which I recorded this with, but it was either an sm7b or an electrovoice re320. Overkill for these videos, but I’ve got them for my day job.

  • @BlayneOliver
    @BlayneOliver 6 месяцев назад +1

    You made it easy to subscribe

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

    hi, I really like how customizable these are. my question: these are typically embedded code on a website, right? Is there an option to export any of these charts as a non-interactive png and use them for some simple graphical social media projects? I'm a marketing generalist and would rather learn this than pay $500 monthly for a subscription.

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 месяца назад

      Yeah you can definitely export them as a png. Depending on which library you go with, there may be a built in function for exporting the image.
      If you’re only ever going to generate images and don’t need the web page you can also checkout some python libraries like Seaborn that will directly generate the images.

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

    Greate overview many thanks

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

    great vid, thank you!

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

    im a noob in data visualisation what do you recommend to start with

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

      If you’re just looking to get something created, chartjs is probably the safest place to get started. However, if you’re trying to really learn data visualization I think it is really worthwhile spending some time with d3js, even if you don’t end up using it on most projects. It is much more involved, but it makes you really understand all of the components of data viz.

  • @marcosguillermoisunzaalvar3868

    greaaaaat

  • @SogMosee
    @SogMosee 2 года назад +1

    react charts from the tanstack?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 года назад +1

      React charts is also a good option (as is everything created by Tanner). But personally if I’m using react I’m going with Nivo

    • @SogMosee
      @SogMosee 2 года назад

      ​@@CODE_IS_EVERYTHING ill have to give it a shot. You should do a video about file trees like what vscode has.
      Toggle files, rename, delete, drag, etc
      Things like monaco-tree and aspen tree.

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 года назад

      Hey, I can definitely look into that. Out of curiosity, what type of use case are you thinking for those? Some sort of web IDE? I'm trying to think of what other common places use file tree style components.

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

    Best JS Charting libraries > Python lol