|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | 6 | <meta http-equiv="X-UA-Compatible" /> |
7 | 7 | <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js" ></script> |
8 | | - <title>basic_buffer_encoding_decoding</title> |
| 8 | + <title>basic.buffer_encoding_decoding</title> |
9 | 9 | <style> |
10 | 10 | body { |
11 | 11 | margin: 0; |
|
28 | 28 | </head> |
29 | 29 | <body> |
30 | 30 | <div class="container"> |
31 | | - <canvas id="chart1743641397496" width="16" height="9"></canvas> |
| 31 | + <canvas id="chart1666662556031" 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 ctx1743641397496 = document |
55 | | - .getElementById('chart1743641397496') |
| 54 | + const ctx1666662556031 = document |
| 55 | + .getElementById('chart1666662556031') |
56 | 56 | .getContext('2d') |
57 | | - const chart1743641397496 = new Chart(ctx1743641397496, { |
| 57 | + const chart1666662556031 = new Chart(ctx1666662556031, { |
58 | 58 | type: 'bar', |
59 | 59 | data: { |
60 | 60 | labels: ["JSON stringify and parse buffer","Base64 encode and decode buffer","Base64url encode and decode buffer"], |
61 | 61 | datasets: [ |
62 | 62 | { |
63 | | - data: [285572,3330850,3145892], |
64 | | - backgroundColor: ["hsl(10.283999999999992, 85%, 55%)","hsl(120, 85%, 55%)","hsl(113.34, 85%, 55%)"], |
65 | | - borderColor: ["hsl(10.283999999999992, 85%, 55%)","hsl(120, 85%, 55%)","hsl(113.34, 85%, 55%)"], |
| 63 | + data: [172634,1385074,1327362], |
| 64 | + backgroundColor: ["hsl(14.951999999999991, 85%, 55%)","hsl(120, 85%, 55%)","hsl(114.996, 85%, 55%)"], |
| 65 | + borderColor: ["hsl(14.951999999999991, 85%, 55%)","hsl(120, 85%, 55%)","hsl(114.996, 85%, 55%)"], |
66 | 66 | borderWidth: 2, |
67 | 67 | }, |
68 | 68 | ], |
|
72 | 72 | plugins: { |
73 | 73 | title: { |
74 | 74 | display: true, |
75 | | - text: 'basic_buffer_encoding_decoding', |
| 75 | + text: 'basic.buffer_encoding_decoding', |
76 | 76 | font: { size: 20 }, |
77 | 77 | padding: 20, |
78 | 78 | }, |
|
0 commit comments