Object
wijmo.sparkline.wijsparkline.options
Object
wijmo.sparkline.wijsparkline.options
Name | Description | |
---|---|---|
animation | The animation option defines the animation effect and controls other aspects of the widget's animation, such as duration and easing. | |
bind | Default value: null A value indicates that which property value is get from the object in the array if the data is set as a object array. | |
columnWidth | Default value: 10 Set width for each column | |
data | Default value: null Sets the array to use as a source for data that you can bind to the sparkline widget. | |
disabled | Default value: false Indicates whether the event handler of the sparkline widget is enable. | |
height | Default value: null Sets the height of the sparkline widget in pixels. | |
max | Default value: null A value that indicates the maximum value of the sparkline. | |
min | Default value: null A value that indicates the minimum value of the sparkline. | |
origin | Default value: null Centers the value axis at the origin option setting value. | |
seriesList | Default value: [] Creates an array of series objects that contain data values and labels to display in the chart. | |
seriesStyles | Default value: [] Sets an array of style objects to use in rendering sparklines for each series in the sparkline widget. | |
tooltipContent | Default value: null A function which is used to get a value for the tooltip shown. | |
tooltipFormat | Default value: null A value which formats the value for tooltip shown. | |
type | Default value: 'line' Specifies the type of the sparkline widget. | |
valueAxis | Default value: false Axis line as option (off by default) used for identifying negative or positive values. | |
width | Default value: null Sets the width of the sparkline widget in pixels. |
Name | Description | |
---|---|---|
click | This event fires when the user clicks the sparkline. | |
mouseMove | This event fires when the user moves the mouse pointer while it is over a sparkline. |