martinconroy Report post Posted April 9, 2015 Currently the dial goes to the center of the gauge width irrespective of the thickness of the gauge. i.e. in this example the gaugeInnerRadius is 100 and the gaugeOuterRadius is 180, so the dial stops at 140. in this example the gaugeInnerRadius is 150 and the gaugeOuterRadius is 200, so the dial stops at 175. I want to be able to make the dial stop further out on the gauge - i.e. closer to the tick-marks. For example, in the first scenario I may want the dial to stop at 160 or 170. Is this possible? Share this post Link to post Share on other sites
Nabajeet Report post Posted April 10, 2015 Hi, You will need to set radius attribute iside the set elements of the dial to control the length of the dial like: "dials": { "dial": [{ "radius":'200', "value": "67" }] } Thanks. Share this post Link to post Share on other sites
martinconroy Report post Posted April 10, 2015 Perfect - thank you Nabajeet. No idea how I missed that in the docs! Share this post Link to post Share on other sites