D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
ngminhtrung
Full window
Github gist
Vietnam 2015 - Unemployment Rates of Different Regions
Built with
blockbuilder.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>D3 Data Visualization - Vietnam regional Unemployment rate</title> <link rel="stylesheet" href="main.css"> <script src="https://d3js.org/d3.v4.min.js"></script> </head> <body> <!--Place all DOM elements here --> <script src="plot.js"> </script> </body> </html>
https://d3js.org/d3.v4.min.js