Sudha Report post Posted December 30, 2014 Hello, When a value is beyond the max limit, I want the gauge tick to be at the maximum limit . Is this possible using the Angular Gauge ? Thanks Share this post Link to post Share on other sites
Vishalika Report post Posted December 30, 2014 (edited) Hi, Welcome to FusionCharts Forum. In Angular Gauge, it is possible to set the dial value to the maximum limit when the value is beyond maximum limit using the FusionCharts API setData(). Syntax: setData(dialIndex, value) Description: This method sets the data for the given dial index on the chart. The first dial is represented by index 1, second by 2 and so on. Also, you can change the maximum limit value dynamically using FusionCharts API setChartAttribute() . Syntax: setChartAttribute(attributes, value) Description: Updates a chart's data attributes with the new attribute-value pair. In other words, it updates a chart's data definition root. A sample has been attached for the two possible cases suggested. Hope this helps. 16320.zip Edited December 30, 2014 by Vishalika Share this post Link to post Share on other sites