The igSparkline™ is built as a jQuery UI widget with an accompanying ASP.NET MVC Helper. For more information about each API, follow the links given below to the API documentation.
API Document | Description |
---|---|
igSparkline jQuery API | The documentation contains an overview of the control and full list of options, events, and methods with code snippets. |
igSparkline MVC API | The documentation contains the SparklineModel class description and a list of all of its members. |
The following sample provides additional information related to this topic.
This sample showcases some of igSparkline
's methods and events. Initially, the databinding and databound
events fire and you can see the results of the addItem
and removeItem
methods by clicking the corresponding buttons.
View on GitHub