Update README.md
This commit is contained in:
parent
766085e0d2
commit
ee39e5e3a2
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js">
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"></script>
|
||||||
</script>
|
|
||||||
|
|
||||||
# < 👋 Hello World >
|
# < 👋 Hello World >
|
||||||
<link rel="me" href="https://mastodon.squarecows.com/@Ric">
|
<link rel="me" href="https://mastodon.squarecows.com/@Ric">
|
||||||
|
@ -7,6 +6,7 @@ Hi everyone and welcome to my profile, I'm Richard Harvey (or you can call me Ri
|
||||||
|
|
||||||
## test chart
|
## test chart
|
||||||
|
|
||||||
|
<html>
|
||||||
<canvas id="myChart" style="width:100%;max-width:700px"></canvas>
|
<canvas id="myChart" style="width:100%;max-width:700px"></canvas>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -26,7 +26,7 @@ new Chart("myChart", {
|
||||||
options: {...}
|
options: {...}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
</html>
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue