Sign in to follow this  
venu62

showing 2 dials on angular guage

Recommended Posts

i want to show 2 dials on angular guage with different colors.

how to show user about color coding. i.e. red color represents readingx and blue color represents readingy.

Share this post


Link to post
Share on other sites

Hi,

 

Please use 2 <dial ..> within <dials> element.

 

Use the attribute bgColor to specify different colors.

 

Ref. Code:

<dials>
<dial value="92" bgColor='000000'/>
<dial value="34" bgColor='FFFFFF'/>
 </dials>

Hope this helps!

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
Sign in to follow this