我之前在网页中使用了 jquery flot v0.6,它可以正常工作,但此版本与 IE 9 不兼容。所以我将库升级到 0.7 版,但“行填充属性”不起作用并导致无效结果。
datasets = {
"total": {
label: "total",
data:total,
*lines: { show:true,fill:true },*
color:"rgb(255, 128,0)"
}
}
v0.6 中的图表预览:
v0.7中的问题是这样的(使用相同的数据):
但是当我设置 fill:false 它工作得很好,但我想填充曲线下的空间