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
Hi Hristo Anastasov,Thank for your reply
its working good it really helpfulThanksRobin Bronston D
Hi Robin,
I have set the following to make the labels disappear:
labelInterval: "1000", labelExtent: "0.1",
Here it goes, I hope it will work for you:
http://jsfiddle.net/r9ujxvhp/10/
Hi Hristo Anastasov,Thanks for your reply,Its working good i am thanks for your help is it possible to hide numbers also?Thanks
Robin Bronston D
If a properly understood you need a gauge that renders only the ranges for the given values, without any measurement scale onto it.
I have prepared a sample for you, available at http://jsfiddle.net/r9ujxvhp/2/ . Those are the options set to achieve the desired:
minorTickCount: "0", // renders 0 number of minor ticks tickEndExtent: "0.1", // setting the start and end position of the major ticks to the same value, so they are not visible tickStartExtent: "0.1",
Please let me know if you have further questions.
I have try to fix inthe color changing usingbrush: "#009900" code Please any one help me to solve the igLinearGauge for showing amount values i don't want any Measurement line i need only fill colours i dont want to show the minorTick and Tick is it possible to view only colors in the panel using javascript htmlThanks in advanceRobin Bronston D