Wijmo UI for the Web
showCallout Field
wijmo.chart Namespace > chart_hint Interface : showCallout Field
Determines whether to show the callout element, the small triangle that points from the main hint box to the chart element it describes.
Default: true
Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: boolean
value = instance.showCallout;
var showCallout : boolean;
Remarks
To change the appearance of the callout, see these other hint attributes: calloutFilled,calloutFilledStyle, and compass.
See Also

Reference

chart_hint Interface
calloutFilled Option
calloutFilledStyle Option
compass Option