Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Expenses-chart-component

@Yemresalcan

Desktop design screenshot for the Expenses chart component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

@Mirali44

Posted

Merhaba, Barların value'ye uygun olarak yüksekliğini hangi kodla sağladın ?

0

@Yemresalcan

Posted

@GreyCodder Dataları fetch ederek fetch("data.json") .then((response) => { return response.json(); }) .then((data1) => { let labels = []; let values = [];

for (var i = 0; i < Object.keys(data1).length; i++) { labels.push(data1[i].day); values.push(data1[i].amount); }

0

@Mirali44

Posted

@Yemresalcan Teşekkürler, bu arada Pazar günü Date'de sıfırıncı indeksde tutulduğu için pazar günü sayfanız çalışmıyor

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord