kroitor / asciichart

Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies
MIT License
1.84k stars 94 forks source link

Tick mark across y-axis for all series #68

Open NathanBaulch opened 2 years ago

NathanBaulch commented 2 years ago

I noticed the Python version only puts a tick across the y-axis for the first series and not subsequent ones. The Javascript version appears to do it correctly. This simple PR moves the first value tick code into the series loop.

NathanBaulch commented 2 years ago

bump!

NathanBaulch commented 1 year ago

bump!