kroitor / asciichart

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

New Feature: Multiple series plotting #43

Closed CSenshi closed 4 years ago

CSenshi commented 4 years ago

Following PR includes plotting multiple series and defining specific colors for series.

Example 1: plotting 2 disjoint series disjoint

Example 2: plotting 2 intersecting series intersect

Example 3: plot multiple series with coloring (Foreground) foreground colo

Example 4: plot multiple series with coloring (Background) color_bg

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.6%) to 99.174% when pulling 47c9e8c5cdc2daaa662075c802d26ab4c9860b73 on CSenshi:master into 78beb3733d23ed742fe6d4080e96d46e458ba7ea on kroitor:master.

kroitor commented 4 years ago

@CSenshi thank you so much! Fantastic work! I'll merge shortly!