js中charts中怎么设置在柱状图上方显示对应的数值?

我在label中设置了显示,最后图形上方还是没有数据,求大神帮帮忙varM=$.plot($("#chongyapinfen"),[{data:L}],{series:{... 我在label中设置了显示,最后图形上方还是没有数据,求大神帮帮忙
var M = $.plot($("#chongyapinfen"), [{
data: L
}], {
series: {
bars: {
show: true,
lineWidth: 20,
fill: false,
label: {
normal: {
show: true,
position: 'top',
textStyle: {
color: 'red'
}
}
},
},
points: {
show: true,
lineWidth: 3,
fill: true,
fillColor: "#fff"
},
shadowSize: 0
},
grid: {
hoverable: true,
clickable: true,
tickColor: "#aaa",
borderColor: false
},
colors: ["blue"],
xaxis: {
mode: "time",
tickFormatter: function (Q, P) {
return i[new Date(Q).getDay()];
},
color: "#222",
autoscaleMargin: 1e-18
},
yaxis: {
ticks: 4,
tickDecimals: 0,
color: "#222"
}
});
展开
 我来答
匿名用户
2019-08-23
展开全部


itemStyle: {       



normal: {        



label: {         



show: true, //开启显示         



position: 'top', //在上方显示         



textStyle: { //数值样式



color: '#fff',          



fontSize: 16         



}



}



}







},

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式