i am trying to incorparate Sparklines to Drupal -another fan of E. Tufte out there? :)
there is a PHP library for sparklines
http://www.sparkline.org/
'What Are Sparklines?
Sparklines are "intense, simple, wordlike graphics" so named by Edward Tufte. In lieu of a more detailed introduction, Professor Tufte's site has an early release of a chapter on sparklines.'
I vision there can be possible usage of this elagant feature for Drupal
possible internal usage
- Drupal's core and contrib module development process
- stocks.module
- stats
- showing image and media status integrated to each module (image.module, media.module)
- user activity stats
- and possible others
-external data stream usage
i guess any statistical info with xml can be integrated to Drupal site
try the sample on http://www.sparkline.org/ US deficit
which uses the xml output on;
- http://www.whitehouse.gov/omb/budget/fy2004/hist.html
or another usage integration here
http://www.wikispaces.org/ (showing Active Spaces on the block)
I am not a coder but i attempted to integrate and test the idea as below;
1- I have Downloaded the Sparklines PHP lib
http://sourceforge.net/project/showfiles.php?group_id=122936
2- Shortened the directory name to 'sparklines' to simply
3- upladed the Whole directory to Drupal directory
drupal/files/sparklines
so what I got there
drupal/files/sparklines