Added chart.js

This commit is contained in:
Marvin Scham
2022-08-29 04:22:43 +02:00
committed by GitHub
parent e8d92e2d55
commit 7872d45198

View File

@@ -24,6 +24,9 @@ jobs:
- name: Download d3.v7.min.js
run: curl https://d3js.org/d3.v7.min.js -o assets/d3.v7.min.js
- name: Download chart.js
run: curl https://cdn.jsdelivr.net/npm/chart.js
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4.0.4
with: