hi all
i’m working on the weather project. here is the link to my codepen : http://codepen.io/spyshow/pen/pbrRBL
i have 3 bugs in it and i can’t solve them :
-
i’m using weather icons for bootstrap : https://erikflowers.github.io/weather-icons/ when i use them i can’t center them horizontally and vertically probably. how can i?
-
after the script check if the temp is more than 25 C it will change some color for the background. if i tried to change the .my-btn color using $(’.my-btn’).css({‘color’:’#d35400’}) but i’s not working .
-
i’m using chart.js to draw chart … also when the script check if the temp is more than 25 C it will change some color for the background. i couldn’t change the color of the chart . also if you press the F/C button it draw another chart above the old one so when you hover over the chart it will display the old and the new points.