# HTML Programming Note ## Creat Chart 1. [用chart.js打造網頁](https://www.chartjs.org/docs/latest/getting-started/usage.html) 2. [使用 ASP.NET Core 快速打造 Windows Service 來跑網頁](https://blog.darkthread.net/blog/aspnetcore-run-as-service/) 或用`npm run dev`來[啟動local server]( http://localhost:1234) 3. [Test example](https://github.com/billwanggithub/test_chart_js.git) ## References - [Chart.js](https://hackmd.io/-nBXOm4DTji_QyzR-4ioGw) - [D3.js](https://d3js.org/) - [js加载文件跨域报错cross origin requests...](https://blog.csdn.net/KateCateCake/article/details/79045211)