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
266
Remove/Change Z-Index on UltraChart
posted

This is the code generated by an infragistics 7.3 UltraChart, you can see the z-index: 4; there on the table. This is causing the chart to display ontop of other areas of my site and i need to know how i change it without doing some nasty javascript hack.

<div style="" id="ctl02_UltraChart1">
<table style="left: 0px; top: 0px; position: relative; z-index: 4;" id="ctl02_UltraChart1_table">

<
tbody><tr><td style="left: 0px; top: 0px; width: 490px; height: 209px;">
<div style="left: 0px; top: 0px; position: relative; width: 490px; height: 209px;">
<img usemap="#RxActImg_ctl02_UltraChart1" ......  />
</div></td></tr></tbody>

</table>
</
div>

Parents
No Data
Reply
  • 28496
    Offline posted

    to find a solution to this problem, i think we will need a little more context.  can you provide sample .aspx source code so we can try to reproduce the layout on our side?

    if you don't want to use javascript to modify the output html of the chart control, the remaining options are probably (a) modify the layout of your page (the HTML layout, not necessarily the appearance of the page), or (b) fix the issue on our side and release it as a hotfix.

    but to do either, we need to know what kind of HTML layout the chart is failing in.

Children