Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
Chart Always Shows on Top
posted

I have a flyout menu that shows a bigger version of the chart that is currently on the web page. Unfortunately the webchart keeps showing up on top of the flyout. Is there a way to make sure that this does not happen?

Parents
  • 17605
    Verified Answer
    posted

    Normally when the WebChart is rendering it creates a table that has set z-index: 

    <table id="UltraChart1_table" style="left:0px; top:0px; position: relative; z-index:4;">...

    In your case you can try set bigger z-index on your menu or just to send us you HTML markup so we can figure out the best approach in this case.

Reply Children
No Data