Change the Presentation of a Bar Chart

.bar { width: 25px; height: 100px; /* Add your code below this line */ margin: 2px; /* Add your code above this line */ display: inline-block; background-color: blue; }

the code above is not solving and still giving the same issue.
First, add a margin of 2px to the bar class in the style tag. Next, change the callback function in the style() method so it returns a value 10 times the original data value (plus the px ).

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.