Contents tagged with Sparkline
-
Using the .NET Chart API to add sparklines to your MVC site
In my last post, I introduced sparklines and showed you how to generate them using the Google Chart API. Using an external API may not be appropriate for all applications, so here is a way to generate the sparkline using the .NET Chart API.
-
Adding sparklines to your MVC site using the Google Chart API
Sparklines present trends and variations associated with some measurement in a very compact form. The term & concept was proposed by Ed Tufte. This form of information graphic has become very popular for dashboards. In this post, I'll show how add sparklines to your site using a custom HTML Helper method to generate code accessing the Google Chart API. In my next post, I'll show you how to add sparklines using the .NET charting API.