shoaibdk Report post Posted November 11, 2008 (edited) Hi, Is there a way of putting a canvas object on top of the angular gauge in order to add watermarks dynamically without reloading the chart. How do we position another object (div) tag on top of this angular chart. Thanks, Shoaib. Edited November 11, 2008 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 12, 2008 HI, You can put a floating DIV over the chart. But the chart need to be rendered using wmode OPAQUE or TRANSPARENT. Use absolute positioning css styles to set the DIV's position over the chart. You might need to use z-index css style too. Share this post Link to post Share on other sites