Wijmo UI for the Web
enableTouchBehavior Option
wijmo.chart.wijpiechart Namespace > options type : enableTouchBehavior Option

Default value: true

A value that indicates whether the piechart can be rotated and tooltip is always shown on touchable devices.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijpiechart("option", "enableTouchBehavior");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijpiechart("option", "enableTouchBehavior", newValue);
        
});
var enableTouchBehavior : boolean;
See Also

Reference

options type
wijpiechart Method