I have added the curled bracket and analyzed the is/css’/html and no errors have been found. I cannot notice the typos you talked about. My chart is still not visible
Lastly, opacity has a maximum value of 1. It should be of type number. Also, this logic does not make sense, or there is a simple typo in the following:
I have read the opacity documentation and tried to follow it up but I just seem not to make headways. I have tried applying the instructions but nothing is making sense😔
Not to worry. All I wanted to put emphasis on is the fact that the values for opacity must be numbers and between 0 and 1 inclusive.
So, Line 40 just has one single letter out of place, and your final function involving opacity needs to be passed a number between 0 and 1, not a string '100' as you have done.