Creates and initializes a new OvalGauge from the specified element. This method is static and can be called without creating an instance of the class.
Namespace: MindFusion.Gauges
File: OvalGauge.js
JavaScript Copy Code |
---|
function create (element, [ignoreMouseEvents]) |
Type: Object
Object. The DOM element that the OvalGauge should be attached to.
Type: Boolean
Boolean. Optional.
Type: OvalGauge
OvalGauge. A OvalGauge object that represents the newly created gauge.