wonderful-hwb opened a new issue #16093:
URL: https://github.com/apache/echarts/issues/16093
option = {
toolbox: {
bottom: 10,
show: true,
orient: 'horizontal',
showTitle: true,
feature: {
saveAsImage: {
type: 'png',
backgroundColor: 'pink',
name: 'hwbtest',
title: '保存'
},
restore: {},
dataView: {},
dataZoom: {}
}
},
grid: {
left: '10%',
right: '15%',
bottom: '15%',
},
xAxis: {
type: 'category',
boundaryGap: false,
data: ['周一', '周二', '周三', '周四', '周五', '周六', '周日']
},
yAxis: {
type: 'value'
},
series: [
{
name: '邮件营销',
type: 'line',
data: [110, 132, 101, 134, 90, 230, 210],
endLabel: {
show:true,
formatter: '{a}: {b}'
}
},
{
name: '网络暴力',
type: 'line',
data: [210, 232, 201,234, 290, 240, 230],
endLabel: {
show:true,
formatter: '{a}: {b}'
}
}
]
};
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]