Sparkline in unicode: Difference between revisions

Content added Content deleted
(It may be helpful to add the edge cases suggested on the Discussion page.)
mNo edit summary
Line 22: Line 22:
* A space is not part of the generated sparkline.
* A space is not part of the generated sparkline.
* The sparkline may be accompanied by simple statistics of the data such as its range.
* The sparkline may be accompanied by simple statistics of the data such as its range.
* A suggestion emerging in later discussion (see [[Talk:Sparkline_in_unicode|Discussion]]) is that lower bounds for each bin should ideally be set to yield the following results for two particular edge cases:
* A suggestion emerging in later discussion (see [[Talk:Sparkline_in_unicode|Discussion]] page) is that lower bounds for each bin should ideally be set to yield the following results for two particular edge cases:


<code>"0, 1, 19, 20" -> ▁▁██</code>
<code>"0, 1, 19, 20" -> ▁▁██</code>