Wijmo UI for the Web
click Event
wijmo.sparkline.wijsparkline Namespace > options type : click Event
The jQuery.Event object.
The data with this event.
This event fires when the user clicks the sparkline.
Syntax
$(function () {
    // Set click event handler function
    $(".selector").wijsparkline({
        click : function (e, args) {
     
        }
    });
});
click = function ( 
   e : Object,
   args : IWijSparklineEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijsparkline jQuery Widget