senvyn

Gauge trendpoints not displayed in Firefox but is displayed properly in IE

Recommended Posts

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.

post-65372-0-02723400-1426068815_thumb.gif

GaugeDataXML.txt

Edited by senvyn

Share this post


Link to post
Share on other sites

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

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

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

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