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
Hello Histo,Thanks for your reply its working good.its really help for me.
Thanks.
Robin Bronston D
Hi Robin,
Please refer to this help page that provides detailed information on how to Use gradients Colors in Data Vizualizations
Hello Hristo,
how can i using gradiant color?
I am using this below code for lineargauge
minimumValue: 0, maximumValue: 1000, ranges: [ { startValue: 0, endValue: 350, name: "range1", brush: "#005000" }, { startValue: 350, endValue: 550, name: "range2", brush: "#006000" }, { startValue: 550, endValue: 700, name: "range3", brush: "#007000" }, { startValue: 700, endValue: 725, name: "range4", brush: "#008000" }, { startValue: 725, endValue: 800, name: "range5", brush: "#009000" }, ]
Please check the attached screen sort for my requirement
Thanks in Advance
By default the backingBrush is null, so the area is rendered white and not colored: http://jsfiddle.net/jee3a3f5/
Hi Hristo ,
I am using linearGauge i need to reduce the backingBrush , backingOutline size i need only the brush view onlyhere i attached the image. please check the image hide black color area and show only the brush imageIs it possible to view in linearguage please reply me.Thanks in advance