Hi I am using igLinearGauge for showing amount values i don't want any Measurement line i need only fill colours is there possible to view only colours in the panel using javascript htmlThanks in AdvanceRobin Bronston D
I need the similar information
Have the same problem too. Hope someone will help us!
I want the same information...
Hope someone answer soon :)!
Hi Robin,
I ran the sample on Chrome and Safari and it seems fine. Only thing that is missing is the labels, because the setting labelExtent 1 moves them out of sight. Removing this setting will show the labels as well. Please see below the screenshot from Safari 10.1.2 (12603.3.8):
Hristo
Hello HistoI am facing problem when i am seeing mac machine the linearguage not showing but show only background colorhere are my code$("#lineargauge").igLinearGauge({ height: "15px", width: "100%", minimumValue: 0, maximumValue: 300, isScaleInverted:false, tickStrokeThickness:0, minorTickCount:0, labelInterval: "100", labelExtent: "1", tickEndExtent: "0.1", tickStartExtent: "0.1", rangeOuterExtent:"-1", rangeInnerExtent:1, scaleStartExtent:0, scaleEndExtent:1, backingBrush:'#DDD', backingOutline:'#DDD', ranges: [{ "startValue": 0, "endValue": 75, "name": "range0", "brush": { "type": "linearGradient", "colorStops": [{ "color": "#FF0000", "offset": 0 }, { "color": "#FEC203", "offset": 1 }], "startPoint": { "x": 0, "y": ".1" }, "endPoint": { "x": 1, "y": ".1" } } },{ "startValue": 75, "endValue": 150, "name": "range1", "brush": { "type": "linearGradient", "colorStops": [{ "color": "#FEC203", "offset": 0 }, { "color": "#FEC203", "offset": 1 }], "startPoint": { "x": 0, "y": ".1" }, "endPoint": { "x": 1, "y": ".1" } } },{ "startValue": 150, "endValue": 150, "name": "range2", "brush": { "type": "linearGradient", "colorStops": [{ "color": "#FEC203", "offset": 0 }, { "color": "#FEFC03", "offset": 1 }], "startPoint": { "x": 0, "y": ".1" }, "endPoint": { "x": 1, "y": ".1" } } }] });Please suggest me
Thanks in Advance