如何降低PieChart网格的高度?

时间:2017-06-08 12:55:26

标签: grid jqplot pie-chart

PieChart

如何降低PieChart网格的高度?

我正在使用jqplot和javascript。这就是我所拥有的:

function skinPie() {                

    this.cfg.grid = {
        background: '#FF0000',
        borderColor: '#FF0000',
        gridLineColor: '#F5F5F5',                   
        shadow: false                                
    };

    this.cfg.axesDefaults = {
        rendererOptions: {
            textColor:'#0c0c0c',                                                        
        }
    };

    this.cfg.seriesDefaults = {
        renderer: $.jqplot.PieRenderer,
        shadow: false,
        lineWidth: 1,                    
        markerOptions: {
            shadow: false,
            size: 7,
            style: 'circle',                      
        }
    };
}

0 个答案:

没有答案