关键指标
--
累计营收
--
平均转化率
--
累计客户
--
最高单月营收
月度营收趋势
{
"type": "line",
"data": {
"labels": [],
"datasets": [{
"label": "营收",
"data": [],
"borderColor": "#49B1F5",
"backgroundColor": "rgba(73, 177, 245, 0.1)",
"fill": true,
"tension": 0.4
}]
},
"options": {
"responsive": true,
"maintainAspectRatio": true,
"plugins": {
"legend": { "display": false }
},
"scales": {
"y": {
"beginAtZero": true
}
}
}
}
月度转化率
{
"type": "line",
"data": {
"labels": [],
"datasets": [{
"label": "转化率",
"data": [],
"borderColor": "#00c4b6",
"backgroundColor": "rgba(0, 196, 182, 0.1)",
"fill": true,
"tension": 0.4
}]
},
"options": {
"responsive": true,
"maintainAspectRatio": true,
"plugins": {
"legend": { "display": false }
},
"scales": {
"y": {
"beginAtZero": true
}
}
}
}
客户增长
{
"type": "bar",
"data": {
"labels": [],
"datasets": [{
"label": "客户数",
"data": [],
"backgroundColor": "rgba(73, 177, 245, 0.7)",
"borderColor": "#49B1F5",
"borderWidth": 1,
"borderRadius": 4
}]
},
"options": {
"responsive": true,
"maintainAspectRatio": true,
"plugins": {
"legend": { "display": false }
},
"scales": {
"y": {
"beginAtZero": true
}
}
}
}
营收构成
{
"type": "doughnut",
"data": {
"labels": [],
"datasets": [{
"data": [],
"backgroundColor": ["#49B1F5", "#FF7242", "#00c4b6", "#99a9bf"],
"borderWidth": 0
}]
},
"options": {
"responsive": true,
"plugins": {
"legend": {
"position": "bottom"
}
}
}
}
数据更新时间:2026 年 6 月 | 以上数据均为公开展示,如有疑问请联系 kickningmeri1971@gmail.com




