senvyn Report post Posted March 11, 2015 (edited) Hi, In JavaScript rendering, Trend point in Gauge is not displayed in Firefox and in Chrome but its showing up in IE. Following below the data we input, (please refer to the screenshot for better understanding of the issue) Note: Trend point is displayed in Flash rendering both in Firefox and Chrome but not in JavaScript rendering. GaugeDataXML.txt Edited March 11, 2015 by senvyn Share this post Link to post Share on other sites
Nabajeet Report post Posted March 12, 2015 Hi, Please set the attribute startvalue in place of value like: <trendpoints> <point startvalue='4500' displayValue='Target' dashed='1' dashLen='1' dashGap='3' color='FFFFFF' thickness='2' /></trendpoints> Please check this link for more info: http://docs.fusioncharts.com/tutorial-gauge-and-widgets-guide-angular-gauge-adding-trend-points.html Thanks. Share this post Link to post Share on other sites
senvyn Report post Posted March 13, 2015 Hi Nabajeet, Thanks for your response but unfortunately, the option suggested doesn't resolve the Firefox (version 35) issue. Thanks, Senthil Share this post Link to post Share on other sites
Nabajeet Report post Posted March 16, 2015 Hi, Please set the dashLen to some higher values, setting it to 1 pixel is making it invisible. http://jsfiddle.net/nabajeet_fusioncharts/cx8d9j9d/ Thanks. Share this post Link to post Share on other sites
senvyn Report post Posted March 16, 2015 Hi Nabajeet, Wow that had really resolved the issue. Setting dashLen = 3 making it visible in Firefox and other browsers. Thanks to you for your support. Thanks, Senthil. Share this post Link to post Share on other sites
Nabajeet Report post Posted March 17, 2015 Glad we could be helpful. Thanks. Share this post Link to post Share on other sites