在win7系统,系统字体为125%时360极速浏览器的兼容模式下jqPlot插件不能兼容,请问有人能解决吗?
html:<div id="chartsPie" class="jqplot-target"></div>jquery:var s1 = [9,5,15,10,75,45,8,14,35,27,48];
$.jqplot("chartsPie",[s1], {
    seriesDefaults:{
        showMarker:true,
        pointLabels:{ show:true },
        rendererOptions: {fillToZero: true}
    },
    axes:{
        xaxis: {
        showTicks: false,
            renderer: jQuery.jqplot.CategoryAxisRenderer
        },
        yaxis: {
        label: "数量(千)"
      }
    }
});