Muhammad Maher Report post Posted February 20, 2014 (edited) 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 Edited February 20, 2014 by Muhammad Maher Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted February 24, 2014 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