This is a sort of followup to a previous message. In that one, I was using a jQuery dialog to display data on top of a chart, and the chart values were ‘bleeding’ to the dialog image.
Well, I switched it to the dhtmlxPopup and I am getting the same problem - see file attached.
Note that the ‘30’ belongs to the chart ‘behind’ the popup.
Hello
Try to add the next style:
<style>
.dhx_chart {
z-index:0;
}
</style>
Lovely. Worked like a champ, thanks.
You are welcome!