jQuery.wijmo.wijpiechart Namespace > options type : enableTouchBehavior Field |
Default value: true
A value that indicates whether the piechart can be rotated and tooltip is always shown on touchable devices.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijpiechart.options.enableTouchBehavior; |
Javascript (Specification) | |
---|---|
var enableTouchBehavior : boolean; |