Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
D3.js - the art of data visualization
Rating: 4.6 out of 5(52 ratings)
395 students

D3.js - the art of data visualization

Mastering data visualization with the D3 library
Created byMarek Pilczuk
Last updated 5/2020
English

What you'll learn

  • Developing appealing visualizations
  • Effective coding with the D3 library
  • Storytelling with data
  • Coding patterns to understand the source code form the D3 community
  • Practical examples you can reuse in your projects

Course content

12 sections53 lectures7h 35m total length
  • Simple Development Environment4:04

    Set up a minimal development environment in Visual Studio Code, load the d3.js library from d3js.org, and use Life Server to experiment with selecting and styling a paragraph.

  • Development Environment (webpack)9:05

    Set up development environment with webpack, npm, and node, configure entry point and distribution folders, compile to bundle.js, install d3, and run the development server.

  • Development Environment - the quick way2:25

    Recreate the development environment quickly by extracting the provided zip, installing dependencies with the package manager, starting the development server, and verifying a basic hello world in the empty app.

Requirements

  • At least a basic understanding of HTML, CSS, and JavaScript is needed.

Description

Welcome to the D3.js - the art of data visualization course!

The D3.js library is the industrial standard for data visualization. The reason for this is that this library offers everything you need to present the data based information in an attractive way to your audience. Only your imagination can create limits.

The D3 library has a massive community of developers and tones of examples available publicly. The problem is that these examples are usually complex, and you have to understand the basic concepts, based on which the visualizations are built.

This course will help you to build solid foundations, which you will need to create your own visually attractive infographics with the 'wow' effect. Using the right tools, for sure, you will increase the impact on your audience.

Who this course is for:

  • Web developers who want to present the data in an attractive way
  • Data visualization architects
  • Anyone who has a passion for the interactive data visualizations
  • Power BI developers who want to learn D3 to build their custom visuals