venu62 Report post Posted April 9, 2014 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
Bindhu Report post Posted April 16, 2014 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