I am using library https://github.com/danielgindi/Charts for displaying data fetched from server.
Now everything is working as expected but when there is zero values coming from server I get negative values on Y-Axis (PS image)
Can you please guide me how to remove negative values from Y-Axis.

The easiest way to hide negative values is to add the minimum value for Y axis.