How to make the Line Chart stand at ground zero

Asked

Viewed 58 times

1

My Chart line is starting from -5, I would like the base to be 0, someone knows which configuration to use?

Chart

1 answer

1


I managed to solve it, I added it here in the options.

vAxis: {
            minValue:0,
            viewWindow: {
                min: 0
            }
        }

Browser other questions tagged

You are not signed in. Login or sign up in order to post.