【问题标题】:JQplot image using .jqplotToImageStr({}): rendering issues in IE(+9)使用 .jqplotToImageStr({}) 的 JQplot 图像:在 IE(+9) 中呈现问题
【发布时间】:2014-03-06 21:52:22
【问题描述】:

我正在使用我在网上找到的以下代码来创建 jqplot 的图像。它在 Firefox 和 Chrome 中运行良好,但在 IE(+9) 中图像混乱。点标签和图例无处不在。

// given the div id of plot, get the img data
var imgData = $('#Barchartdiv').jqplotToImageStr({});

// create an img and add the data to it
var imgElem = $('<img/>').attr('src', imgData); 

//window.open(imgData, "_blank", "scrollbars=0");
$('#img_div').append(imgElem); // append the img to the DOM

有什么帮助/建议吗?谢谢

【问题讨论】:

    标签: javascript image internet-explorer rendering jqplot


    【解决方案1】:

    不确定你的传说,但我在这里解决了我的点标签问题:

    jqplot pointlabels off position in IE9+

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-05-16
      • 1970-01-01
      • 2012-07-03
      • 2019-01-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多