Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LetsWorkAround authored Aug 21, 2024
1 parent 31066a8 commit 807a7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ <h3>레드판다스컴퍼니 주식회사 (Red Pandas Company)</h3>
const ctx = canvas.getContext('2d');

let width, height;
const dataPoints = 60;
const dataPoints = 600;
const funds = ['Fund A', 'Fund B', 'Fund C'];
const colors = ['#8884d8', '#82ca9d', '#ffc658'];
let data = Array.from({ length: dataPoints }, () => ({ time: 0, values: [0, 0, 0] }));
Expand Down

0 comments on commit 807a7b5

Please sign in to comment.