1 Star 1 Fork 2

Python研究者_李运辰/收入可视化

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
王者荣耀近一个月日收入情况.html 5.32 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Awesome-pyecharts</title>
<script type="text/javascript" src="https://assets.pyecharts.org/assets/echarts.min.js"></script>
</head>
<body>
<div id="e937886de4c94e9f82a2fadbf0a6c574" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_e937886de4c94e9f82a2fadbf0a6c574 = echarts.init(
document.getElementById('e937886de4c94e9f82a2fadbf0a6c574'), 'dark', {renderer: 'canvas'});
var option_e937886de4c94e9f82a2fadbf0a6c574 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
"animationEasing": "cubicOut",
"animationDelay": 0,
"animationDurationUpdate": 300,
"animationEasingUpdate": "cubicOut",
"animationDelayUpdate": 0,
"series": [
{
"type": "bar",
"name": "\u65e5\u6536\u5165/\u7f8e\u5143",
"data": [
2379675,
2332816,
3163875,
3677766,
3701871,
3347071,
3039570,
3506355,
3684119,
3669878,
3701381,
3685018,
3703364,
3709843,
3691989,
3701236,
3657657,
3689689,
3709581,
3206063,
2996837,
2526285,
2893159,
3729940,
3691820,
3656301,
3672326,
3752305,
3661103,
3671355
],
"barCategoryGap": "20%",
"label": {
"show": true,
"position": "top",
"margin": 8
}
}
],
"legend": [
{
"data": [
"\u65e5\u6536\u5165/\u7f8e\u5143"
],
"selected": {
"\u65e5\u6536\u5165/\u7f8e\u5143": true
},
"show": true,
"padding": 5,
"itemGap": 10,
"itemWidth": 25,
"itemHeight": 14
}
],
"tooltip": {
"show": true,
"trigger": "item",
"triggerOn": "mousemove|click",
"axisPointer": {
"type": "line"
},
"textStyle": {
"fontSize": 14
},
"borderWidth": 0
},
"xAxis": [
{
"show": true,
"scale": false,
"nameLocation": "end",
"nameGap": 15,
"gridIndex": 0,
"inverse": false,
"offset": 0,
"splitNumber": 5,
"minInterval": 0,
"splitLine": {
"show": false,
"lineStyle": {
"show": true,
"width": 1,
"opacity": 1,
"curveness": 0,
"type": "solid"
}
},
"data": [
"2021-02-26",
"2021-02-27",
"2021-02-28",
"2021-03-01",
"2021-03-02",
"2021-03-03",
"2021-03-04",
"2021-03-05",
"2021-03-06",
"2021-03-07",
"2021-03-08",
"2021-03-09",
"2021-03-10",
"2021-03-11",
"2021-03-12",
"2021-03-13",
"2021-03-14",
"2021-03-15",
"2021-03-16",
"2021-03-17",
"2021-03-18",
"2021-03-19",
"2021-03-20",
"2021-03-21",
"2021-03-22",
"2021-03-23",
"2021-03-24",
"2021-03-25",
"2021-03-26",
"2021-03-27"
]
}
],
"yAxis": [
{
"show": true,
"scale": false,
"nameLocation": "end",
"nameGap": 15,
"gridIndex": 0,
"inverse": false,
"offset": 0,
"splitNumber": 5,
"minInterval": 0,
"splitLine": {
"show": false,
"lineStyle": {
"show": true,
"width": 1,
"opacity": 1,
"curveness": 0,
"type": "solid"
}
}
}
],
"title": [
{
"text": "\u738b\u8005\u8363\u8000\u8fd1\u4e00\u4e2a\u6708\u65e5\u6536\u5165\u60c5\u51b5",
"padding": 5,
"itemGap": 10
}
],
"dataZoom": [
{
"show": true,
"type": "slider",
"realtime": true,
"start": 20,
"end": 80,
"orient": "horizontal",
"zoomLock": false
},
{
"show": true,
"type": "inside",
"realtime": true,
"start": 20,
"end": 80,
"orient": "horizontal",
"zoomLock": false
}
]
};
chart_e937886de4c94e9f82a2fadbf0a6c574.setOption(option_e937886de4c94e9f82a2fadbf0a6c574);
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lyc96/revenue-visualization.git
git@gitee.com:lyc96/revenue-visualization.git
lyc96
revenue-visualization
收入可视化
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385