情节:条形图阴影

时间:2012-10-11 20:55:40

标签: javascript flot

是否可以在条形图上使用阴影? 我已经看到有一个选项“shadowSize”:

series:{
color: color or number
data: rawdata
label: string
lines: specific lines options
bars: specific bars options
points: specific points options
xaxis: number
yaxis: number
clickable: boolean
hoverable: boolean
shadowSize: number
highlightColor: color or number
}

我试图改变这个值,但什么都没发生。我还尝试更改lineWidth(“lineWidth”是线条或轮廓的粗细,以像素为单位。您可以将其设置为0以防止绘制线条或轮廓;这也会隐藏阴影。)在“bar”中:

     bars: {
            lineWidth: 0,
            barWidth: 0.2,
            align: "left",
            horizontal: true,
            show:true,
            fillColor: { colors: [ "rgb(64, 31, 33)", "rgb(55, 26, 28)", "rgb(52, 25, 27)", "rgb(102,49,52)", "rgb(102, 49, 52)", "rgb(195, 139, 143)", "rgb(87,42,45)" ] }
        }

1 个答案:

答案 0 :(得分:2)

我不相信酒吧有办法,source code甚至对此有评论:

  

// FIXME:找出一种添加阴影的方法(例如沿右边缘)