1 Star 0 Fork 7

高原彩云/基金可视化

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
基金各个阶段涨跌幅.html 6.30 KB
一键复制 编辑 原始数据 按行查看 历史
Python研究者_李运辰 提交于 2021-02-18 18:04 . 2021-2-18李运辰
<!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>
<script type="text/javascript" src="https://assets.pyecharts.org/assets/themes/macarons.js"></script>
</head>
<body>
<div id="cad2d608663e4bdeaac479dda707766f" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_cad2d608663e4bdeaac479dda707766f = echarts.init(
document.getElementById('cad2d608663e4bdeaac479dda707766f'), 'macarons', {renderer: 'canvas'});
var option_cad2d608663e4bdeaac479dda707766f = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
"animationEasing": "cubicOut",
"animationDelay": 1000,
"animationDurationUpdate": 300,
"animationEasingUpdate": "cubicOut",
"animationDelayUpdate": 0,
"series": [
{
"type": "bar",
"name": "\u80a1\u7968\u578b",
"data": [
"10.864",
"13.187",
"39.8522",
"44.2708",
"119.8139",
"221.7484",
0
],
"barCategoryGap": "20%",
"label": {
"show": true,
"position": "top",
"margin": 8
}
},
{
"type": "bar",
"name": "\u6df7\u5408\u578b",
"data": [
"29.3674",
"29.465",
"29.5139",
"29.8694",
"36.5373",
0,
0
],
"barCategoryGap": "20%",
"label": {
"show": true,
"position": "top",
"margin": 8
}
},
{
"type": "bar",
"name": "\u503a\u5238\u578b",
"data": [
"7.4481",
"9.685",
"19.1934",
"9.8906",
"57.3221",
0,
0
],
"barCategoryGap": "20%",
"label": {
"show": true,
"position": "top",
"margin": 8
}
},
{
"type": "bar",
"name": "\u6307\u6570\u578b",
"data": [
"9.9948",
"10.5559",
"30.7962",
"45.689",
0,
0,
0
],
"barCategoryGap": "20%",
"label": {
"show": true,
"position": "top",
"margin": 8
}
},
{
"type": "bar",
"name": "QDII\u578b",
"data": [
"10.0499",
"10.5329",
"48.2759",
"24.9026",
"3.5536",
0,
0
],
"barCategoryGap": "20%",
"label": {
"show": true,
"position": "top",
"margin": 8
}
}
],
"legend": [
{
"data": [
"\u80a1\u7968\u578b",
"\u6df7\u5408\u578b",
"\u503a\u5238\u578b",
"\u6307\u6570\u578b",
"QDII\u578b"
],
"selected": {
"\u80a1\u7968\u578b": true,
"\u6df7\u5408\u578b": true,
"\u503a\u5238\u578b": true,
"\u6307\u6570\u578b": true,
"QDII\u578b": 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": [
{
"name": "\u9636\u6bb5",
"show": true,
"scale": false,
"nameLocation": "end",
"nameGap": 15,
"gridIndex": 0,
"axisLabel": {
"show": true,
"position": "top",
"rotate": 45,
"margin": 8
},
"inverse": false,
"offset": 0,
"splitNumber": 5,
"minInterval": 0,
"splitLine": {
"show": false,
"lineStyle": {
"show": true,
"width": 1,
"opacity": 1,
"curveness": 0,
"type": "solid"
}
},
"data": [
"\u8fd11\u5468",
"\u8fd11\u6708",
"\u8fd13\u6708",
"\u8fd16\u6708",
"\u8fd11\u5e74",
"\u8fd13\u5e74",
"\u8fd15\u5e74"
]
}
],
"yAxis": [
{
"name": "\u6da8\u8dcc\u70b9",
"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": "\u6da8\u8dcc\u5e45",
"subtext": "\u674e\u8fd0\u8fb0\u7ed8\u5236",
"left": "90%",
"top": "10",
"padding": 5,
"itemGap": 10,
"textStyle": {
"color": "red",
"fontWeight": "bold",
"fontFamily": "SimHei",
"fontSize": 25
}
}
]
};
chart_cad2d608663e4bdeaac479dda707766f.setOption(option_cad2d608663e4bdeaac479dda707766f);
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/fireball7695/fund-visualization.git
git@gitee.com:fireball7695/fund-visualization.git
fireball7695
fund-visualization
基金可视化
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385