开发者

Overlapping with Fusion Chart

开发者 https://www.devze.com 2023-01-08 15:26 出处:网络
While I drag an element (DIV or SPAN or any ), over the FusionChart control, the draggable element disappears. Sometimes the elements comes under the FusionChart. I needto d开发者_如何学Gorag the elem

While I drag an element (DIV or SPAN or any ), over the FusionChart control, the draggable element disappears. Sometimes the elements comes under the FusionChart. I need to d开发者_如何学Gorag the element over the Fusion Chart control. Here I am using Drag and Drop using jQuery. And i am dragging a text. What is the solution ?


Set the SWF's wmode parameter to "transparent".

var Chart1 = new FusionCharts(this.chart, "ChartId1", this.width, this.height);
Chart1.addParam("WMode", "Transparent"); // this line is the one you're looking for
Chart1.setDataXML(this.dataxml);
Chart1.render(this.chart1div);

Example code here.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号