Sign in to follow this  
Muhammad Maher

Configuring Angular gauge Tick Values

Recommended Posts

Hi Everyone

 

I want my angular gauge shown as the image I attachment

I used all the probabilities in the { majorTMNumber } attribute values but never do what I need

this is what I wrote in the Chart part

"chart":

{

"lowerlimit": "0",

"showtickstep": "1",

"showTickValues":"1",

"showvalue": "1",

"upperlimit": "100",

"gaugestartangle": "180",

"gaugeendangle": "0",

"numbersuffix": "%",

"fillangle": "30",

"manageResize":"1",

"majortmnumber": "3",

"gaugeinnerradius": "2",

"pivotradius": "5",

"pivotborderthickness": "2"

}

Thanks

 

post-62514-0-94263100-1392907935_thumb.jpg

Edited by Muhammad Maher

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Could you please try once with the below JSON string and see if it helps?

 

Ref. JSON code snippet:

"chart": {
"lowerlimit": "0",
"showtickstep": "1",
"showTickValues":"1",
"showvalue": "1",
"upperlimit": "100",
"gaugestartangle": "180",
"gaugeendangle": "0",
"numbersuffix": "",
"fillangle": "30",
"manageResize":"1",
"adjustTM": "0",
"majortmnumber": "7",
"majorTMHeight": "12",
"majorTMThickness":"2",
"minorTMThickness":"2",
"tickValueStep":"2",
"gaugeinnerradius": "2",
"pivotradius": "5",
"pivotborderthickness": "2"
}

For more information on "Angular Gauge Specification Sheet", please visit the link: http://docs.fusioncharts.com/widgets/Contents/Angular/XMLAPI.html

 

In case if this is what is not suitable for your requirement, please provide us the complete JSON data along with the Gauge dimension (width X height) to better assist you.

 

Hope this helps!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this