squid
squid copied to clipboard
Support negative axes
I had an issue where rendering a series of values <= 0 would still produce an axis label at +4 (or more accurately, whatever steps was set to). This change results in a maximum axis label of 0 if all values are <= 0.
Thanks for the library, please let me know if there's anything you'd like me to look at here!