2012-02-15 60 views

回答

1

Flot API

Customizing the data series 
=========================== 

series: { 
    lines, points, bars: { 
    show: boolean 
    lineWidth: number 
    fill: boolean or number 
    fillColor: null or color/gradient 
    } 

    points: { 
    radius: number 
    symbol: "circle" or function 
    } 

    bars: { 
    barWidth: number 
    align: "left" or "center" 
    horizontal: boolean 
    } 

所以,你应该能够设置barWidth和好到哪里去。

+0

但是,现在这些条纹在X轴上互相重叠。我该如何解决这个问题? – 2012-02-15 20:26:18