I am trying to make a bar chart using the bar chart library. I know I've done this successfully in the past, but right now I'm getting an error that when the height of a bar is supposed to be zero, there is actually a big bar that is drawn and covers the labels on the x axis.
I've tried looking into the source code for the bar chart block but no glaring errors popped out. I just imported the library today.
Ah, script pictures are "smart": you can drag them into Snap! and the block(s) will be loaded. I can post a project if this isn't working for you (sometimes the forum compresses the image and it stops working).
One could make a case for drawing a one-pixel-tall bar if the value is zero, especially if the bars are drawn in a different color from the axes. What do y'all think?