代码拉取完成,页面将自动刷新
(function(){
var dom =$('[data-label=qushi_amount]').get(0);
var myChart = echarts.init(dom);
var month = [];
for(var i=0;i<11;i++){
month.push("2024-"+(i+1));
}
var d1=[],d2=[],d3=[],d4=[];
for(var i=0;i<month.length;i++){
d1.push(parseInt(Math.random() * 2000));
d2.push(parseInt(Math.random() * 2000));
d3.push(parseInt(Math.random() * 2000));
d4.push(parseInt(Math.random() * 2000));
}
option = {
color: ['#F9B848', '#00DDFF', '#37A2FF', '#E233AF'],
tooltip: {
trigger: 'axis'
},
legend: {
data: ['新增商机预估金额', '决策商机预估金额', '开标商机金额', '中标商机金额'],
top: 'bottom',
},
grid: {
left: '3%',
top: '6%',
right: '4%',
bottom: '9%',
containLabel: true
},
xAxis: {
type: 'category',
boundaryGap: false,
data: month
},
yAxis: {
type: 'value',
axisLabel: {
formatter: '¥{value}'
}
},
series: [
{
name: '新增商机预估金额',
type: 'bar',
smooth: false,
label: {
show: true,
position: 'inside'
},
data: d1
},
{
name: '决策商机预估金额',
type: 'bar',
smooth: true,
label: {
show: true,
position: 'inside'
},
data: d2
},
{
name: '开标商机金额',
type: 'line',
stack: 'Total',
smooth: false,
label: {
show: true,
position: 'inside'
},
data: d3
},
{
name: '中标商机金额',
type: 'line',
stack: 'Total',
smooth: false,
label: {
show: true,
position: 'inside'
},
data: d4
}
]
};
myChart.setOption(option);
})();
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。