Skip to content

godds/flex-sparkline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Flex Sparkline

Sparklines are described by their inventor, Edward Tufte as "data-intense, design-simple, word-sized graphics". They are an ideal tool for displaying trends for single entries within large data sets, for example, stock prices. As well as the standard miniature line series, Tufte's original specification introduces a ternary sparkline, a.k.a. win-loss sparkline, where small columns are used to indicate "win" or "loss" and no column to indicate "draw".

Flex Sparkline is a Flex 4 implementation of sparklines, as a reusable, stylable component for standalone, in grid or in list use, with optional normal range, x-axis min and max points and y-axis min and max points. The ternary and column sparkline components have customisable "zero" value and optionally independent positive, negative and zero styles. The sparklines will also automatically updated based on dataProvider changes, thereby supporting streaming.

##Original Article ##Flex 4 Update Article