Merge pull request #1671 from simonbrunel/chartjs

Add Chart.js
main
Elbert Alias 7 years ago committed by GitHub
commit 08efcb76d5

@ -1384,6 +1384,21 @@
}, },
"website": "http://www.chamilo.org" "website": "http://www.chamilo.org"
}, },
"Chart.js": {
"cats": [
"25"
],
"env": "^Chart$\\;confidence:50",
"icon": "Chart.js.svg",
"script": [
"Chart(?:\\.bundle)?(?:\\.min)?\\.js\\;confidence:50",
"chartjs\\.org/dist/([\\d.]+(?:-[^/]+)?|master|latest)/Chart.*\\.js\\;version:\\1",
"cdnjs\\.cloudflare\\.com/ajax/libs/Chart\\.js/([\\d.]+(?:-[^/]+)?)/Chart.*\\.js\\;version:\\1",
"cdn\\.jsdelivr\\.net/npm/chart\\.js@([\\d.]+(?:-[^/]+)?|latest)/dist/Chart.*\\.js\\;version:\\1",
"cdn\\.jsdelivr\\.net/gh/chartjs/Chart\\.js@([\\d.]+(?:-[^/]+)?|latest)/dist/Chart.*\\.js\\;version:\\1"
],
"website": "http://www.chartjs.org"
},
"Chartbeat": { "Chartbeat": {
"cats": [ "cats": [
"10" "10"

@ -0,0 +1 @@
<svg width="160" height="160" viewBox="0 0 160 160" xmlns="http://www.w3.org/2000/svg"><title>Artboard 6</title><g fill="none" fill-rule="evenodd"><path d="M144.086 80.568c-21.978.43-17.402 14.346-32.89 17.866C95.46 102.01 92.975 60 77.243 60c-15.733 0-19.216 40.806-38.918 68.823l-.56.794L80 154l64.086-37V80.568z" fill="#36A2EB"/><path d="M144.086 79.3C136.726 69.856 131.736 59 121 59c-19 0-14 31-35 31s-23.207-33.346-47-2c-7.58 9.988-13.682 21.124-18.475 31.662L80 154l64.086-37V79.3z" fill="#FFCE56"/><path d="M15.914 92.143C23.124 72.173 26.237 56 40 56c21 0 26 59 44 53s16-38 44-38c5.33 0 10.772 3.263 16.086 8.546V117L80 154l-64.086-37V92.143z" fill-opacity=".8" fill="#FE6184"/><path stroke="#E7E9ED" stroke-width="8" d="M80 6l64.086 37v74L80 154l-64.086-37V43z"/></g></svg>

After

Width:  |  Height:  |  Size: 783 B

Loading…
Cancel
Save