如何删除 jqplot 中的图形边框?

How can I remove a border of graph in jqplot?

有谁知道如何去掉这张图的边框线?? 该图是用 jqplot 制作的。

我的意思是盒子的边框线,在一个外面。

我的代码如下。

$(document).ready(function(){
    jQuery.jqplot.config.enablePlugins = true;
    plot1 = jQuery.jqplot('pieChart', [ all data to be drawn], 
        {   title: ' ', 
            seriesDefaults: {
                shadow: false, 
                renderer: jQuery.jqplot.PieRenderer, 
                rendererOptions: { padding: 2, sliceMargin: 2, showDataLabels: true } 
            },
            legend: { show:false, location: 'e' }
        }
    );
});

请帮我去掉方框的边界线....

一些提示:

How to remove border from jqplot charts

How do I customize the black border around JQPlot

jqplot, remove outside border

https://groups.google.com/forum/#!topic/jqplot-users/G60XBCAAajs