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>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"></script>
|
||||
|
||||
# < 👋 Hello World >
|
||||
<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
|
||||
|
||||
<html>
|
||||
<canvas id="myChart" style="width:100%;max-width:700px"></canvas>
|
||||
|
||||
<script>
|
||||
|
@ -26,7 +26,7 @@ new Chart("myChart", {
|
|||
options: {...}
|
||||
});
|
||||
</script>
|
||||
|
||||
</html>
|
||||
|
||||
## Contact
|
||||
|
||||
|
|
Loading…
Reference in a new issue