Update README.md
This commit is contained in:
parent
64d955ba0b
commit
766085e0d2
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ Hi everyone and welcome to my profile, I'm Richard Harvey (or you can call me Ri
|
|||
|
||||
<canvas id="myChart" style="width:100%;max-width:700px"></canvas>
|
||||
|
||||
<script>
|
||||
const xValues = ["Italy", "France", "Spain", "USA", "Argentina"];
|
||||
const yValues = [55, 49, 44, 24, 15];
|
||||
const barColors = ["red", "green","blue","orange","brown"];
|
||||
|
@ -24,6 +25,8 @@ new Chart("myChart", {
|
|||
},
|
||||
options: {...}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
## Contact
|
||||
|
||||
|
|
Loading…
Reference in a new issue