Code Deployed at: http://topovis.de.r.appspot.com/
- graph with convex hull (main source): https://codepen.io/hadis-kia/pen/RwNWXje
- graph topology: https://codepen.io/jingxiao/pen/XNzgrv
- node labeling: https://bl.ocks.org/mbostock/950642
html 파일을 로컬환경에서 크롬 브라우저로 실행시킬 때, 다음 에러가 뜨면서 json 파일을 불러오지 못함.
from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https.
이 경우, ** VSCode Live Server Plugin 사용**
npm install http-server -g
로 http-server를 설치한 뒤,
npx http-server
로 가서 http://127.0.0.1:8080 로 접속.