Javeline mPortfolio - a yahoo widget
Sep 27

Great idea to embed small or tiny graphs in a document or sentence. For example, if you are writing a page which shows the performance of Dow Jones Index, you can do so by the following:

Dow Jones Image:Sparkline dowjones.svg 10765.45 ?32.82 (?0.30%)

This makes the user not to get distracted and follow the story you wanted to convey. In technology part of it, this is a simple graph which you can draw it with basic API on most languages. I build a sample program in C# where i got the source from here.

Also, you can take this Visual Studio Solution to quickly have it working. Download Sample


Leave a Reply