skip to Main Content

JQuery code not displaying correct values into my chart

I'm stuck on something and would be very grateful if someone could please help me. I'm building a simple chart/graph using HTML and JQuery. I have the following code: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <script> $(document).ready(function() { $(".graph-box .value").each(function() { var num =…

VIEW QUESTION
Back To Top
Search