Skip to content

ng-the-engineer/tutorial-skills-bubble-plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plot skills data as bubble chart

This repository is for the tutorial Visualise your skills with D3.

The bubble chart is available Github Pages. 🔥

Data source

The chart use d3.csv() to load the data. Function csv takes a parameter url. This repository fetches CSV data from a CORS enabled endpoint.

The url has to be CORS enabled. Therefore, you might get

Fetch API cannot load file:///PATH_TO_YOUR_FILE/data.csv.
URL scheme must be "http" or "https" for CORS request.

if url is a local path, or it is a valid HTTP path but CORS disabled.

Host a CSV file as an API

Here is a tutorial of exposing CSV data as an HTTP endpoint on Kubernetes 👉Deploy API on Kubernetes for free

About

A tutorial of visualising skills in D3 bubble plot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published