Skip to content

RichardWarburton/jspark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#JSpark

Ascii JVM Sparklines

I'm sure people have seen https://github.com/holman/spark - this is a Java port.

Why?

Maybe you want ascii sparklines without having to shell out to render them. For example if you're generating text-only reports, or writing an IRC bot.

Usage

Code:

JSpark.render(1, 5, 22, 13, 53)

Evaluates to:

"▁▂▄▃█"

About

Ascii sparklines in Java.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages