|
28 | 28 | </head>
|
29 | 29 | <body>
|
30 | 30 | <div class="container">
|
31 |
| - <canvas id="chart1658391353045" width="16" height="9"></canvas> |
| 31 | + <canvas id="chart1687502300189" width="16" height="9"></canvas> |
32 | 32 | </div>
|
33 | 33 | <script>
|
34 | 34 | const format = (num) => {
|
|
51 | 51 | chunked.map((chunk) => chunk.join('')).join(' ') + fractionStr
|
52 | 52 | )
|
53 | 53 | }
|
54 |
| - const ctx1658391353045 = document |
55 |
| - .getElementById('chart1658391353045') |
| 54 | + const ctx1687502300189 = document |
| 55 | + .getElementById('chart1687502300189') |
56 | 56 | .getContext('2d')
|
57 |
| - const chart1658391353045 = new Chart(ctx1658391353045, { |
| 57 | + const chart1687502300189 = new Chart(ctx1687502300189, { |
58 | 58 | type: 'bar',
|
59 | 59 | data: {
|
60 | 60 | labels: ["log level","keys regex"],
|
61 | 61 | datasets: [
|
62 | 62 | {
|
63 |
| - data: [164803877,166665103], |
64 |
| - backgroundColor: ["hsl(118.65599999999999, 85%, 55%)","hsl(120, 85%, 55%)"], |
65 |
| - borderColor: ["hsl(118.65599999999999, 85%, 55%)","hsl(120, 85%, 55%)"], |
| 63 | + data: [167936103,166306609], |
| 64 | + backgroundColor: ["hsl(120, 85%, 55%)","hsl(118.836, 85%, 55%)"], |
| 65 | + borderColor: ["hsl(120, 85%, 55%)","hsl(118.836, 85%, 55%)"], |
66 | 66 | borderWidth: 2,
|
67 | 67 | },
|
68 | 68 | ],
|
|
0 commit comments