|
16 | 16 | </head> |
17 | 17 | <body> |
18 | 18 | <div style="max-width: 800px;"> |
19 | | - <canvas id="chart1598153325351" width="16" height="9"></canvas> |
| 19 | + <canvas id="chart1600224616591" width="16" height="9"></canvas> |
20 | 20 | </div> |
21 | 21 | <script> |
22 | 22 | const format = num => { |
|
34 | 34 |
|
35 | 35 | return chunked.map(chunk => chunk.join("")).join(" "); |
36 | 36 | }; |
37 | | - const ctx1598153325351 = document |
38 | | - .getElementById("chart1598153325351") |
| 37 | + const ctx1600224616591 = document |
| 38 | + .getElementById("chart1600224616591") |
39 | 39 | .getContext("2d"); |
40 | | - const chart1598153325351 = new Chart(ctx1598153325351, { |
| 40 | + const chart1600224616591 = new Chart(ctx1600224616591, { |
41 | 41 | type: "bar", |
42 | 42 | data: { |
43 | | - labels: ["commander", "lesy"], |
| 43 | + labels: ["lesy", "commander", "yargs", "glugun"], |
44 | 44 | datasets: [ |
45 | 45 | { |
46 | | - data: [40126, 18674], |
| 46 | + data: [195019, 239421, 8520, 261], |
47 | 47 | backgroundColor: [ |
48 | 48 | "rgba(63, 142, 252, 0.8)", |
49 | | - "rgba(116, 165, 127, 0.8)" |
| 49 | + "rgba(116, 165, 127, 0.8)", |
| 50 | + "rgba(158, 206, 154, 0.8)", |
| 51 | + "rgba(58, 175, 185, 0.8)" |
| 52 | + ], |
| 53 | + borderColor: [ |
| 54 | + "rgba(63, 142, 252, 1)", |
| 55 | + "rgba(116, 165, 127, 1)", |
| 56 | + "rgba(158, 206, 154, 1)", |
| 57 | + "rgba(58, 175, 185, 1)" |
50 | 58 | ], |
51 | | - borderColor: ["rgba(63, 142, 252, 1)", "rgba(116, 165, 127, 1)"], |
52 | 59 | borderWidth: 1 |
53 | 60 | } |
54 | 61 | ] |
|
0 commit comments