Crate embedded_graphics_sparklines

Source
Expand description

§Embedded Graphics Sparklines

embedded-graphics-sparklines is an implementation of sparkline graphs which can be used to effectively present data on small emedded displays.

Sparklines are “small, high resolution graphics embedded in a context of words, numbers or images”. Edward Tufte describes sparklines as “data-intense, design-simple, word-sized graphics”.

Structs§

Sparkline
Drawable primitive (in sense of embedded-graphics lib) that is reponsible for performing normalization, sample storage and drawing of the accumulated data.