Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTRZ authored Nov 10, 2024
1 parent 39cddf5 commit 09f0abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ result.textContent = `Fibonacci(${numberInput}) = ${fibSequence[numberInput]}`;
// Konfiguracja wykresu
const labels = [...Array(fibSequence.length).keys()];
const data = {
labels: labels,
labels: labels,
datasets: [{
label: 'Fibonacci Sequence',
backgroundColor: '#1e90ff',
Expand Down

0 comments on commit 09f0abe

Please sign in to comment.