How to specify the values of Y Axis

Hello, anyone know how can I specify the Y axis on Grafana?

Right now I have this, but has you can see the values are too big for the windows etc

What I would like to acomplish

Is it possible?

My current query for one of the lines

SELECT STR_TO_DATE(CONCAT(year, '-01-01'), '%Y-%m-%d') AS time, other_industry as 'Other Industry'
FROM mydb.my_table
WHERE party = 'pt'
ORDER BY time;