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

More than 1 data entry #8

Closed talvasconcelos closed 2 years ago

talvasconcelos commented 6 years ago

Can i use this chart for displaying 2 lines, for comparison?

kroitor commented 6 years ago

Not yet, but I'm working on it, here: https://github.com/kroitor/asciichart/issues/3#issuecomment-338340713

AlexisBRENON commented 2 years ago

This seems to be supported now, isn't it ? At least in Python asciichartpy([l1, l2])

kroitor commented 2 years ago

@AlexisBRENON yes, that is correct! Closing it for now, thanks!