1 Star 0 Fork 7

glace/基金可视化

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
股票型近30个交易日净值情况.html 5.31 KB
一键复制 编辑 原始数据 按行查看 历史
Python研究者_李运辰 提交于 2021-02-18 18:04 +08:00 . 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>
</head>
<body>
<div id="aabc3f11183e44afa7811dbf4f578d2b" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_aabc3f11183e44afa7811dbf4f578d2b = echarts.init(
document.getElementById('aabc3f11183e44afa7811dbf4f578d2b'), 'dark', {renderer: 'canvas'});
var option_aabc3f11183e44afa7811dbf4f578d2b = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
"animationEasing": "cubicOut",
"animationDelay": 0,
"animationDurationUpdate": 300,
"animationEasingUpdate": "cubicOut",
"animationDelayUpdate": 0,
"series": [
{
"type": "bar",
"name": "\u80a1\u7968\u578b",
"data": [
"3.4247",
"3.2655",
"3.1693",
"3.1230",
"3.0836",
"3.0891",
"3.0568",
"2.9451",
"2.9164",
"2.9028",
"2.9642",
"2.9803",
"3.0538",
"2.9145",
"2.8883",
"2.8170",
"2.7881",
"2.8566",
"2.8659",
"2.9224",
"3.0243",
"3.0574",
"2.9663",
"3.0257",
"3.1063",
"3.0380",
"3.0113",
"2.8951",
"2.8206",
"2.7581"
],
"barCategoryGap": "20%",
"label": {
"show": true,
"position": "top",
"margin": 8
}
}
],
"legend": [
{
"data": [
"\u80a1\u7968\u578b"
],
"selected": {
"\u80a1\u7968\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": [
{
"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-10",
"2021-02-09",
"2021-02-08",
"2021-02-05",
"2021-02-04",
"2021-02-03",
"2021-02-02",
"2021-02-01",
"2021-01-29",
"2021-01-28",
"2021-01-27",
"2021-01-26",
"2021-01-25",
"2021-01-22",
"2021-01-21",
"2021-01-20",
"2021-01-19",
"2021-01-18",
"2021-01-15",
"2021-01-14",
"2021-01-13",
"2021-01-12",
"2021-01-11",
"2021-01-08",
"2021-01-07",
"2021-01-06",
"2021-01-05",
"2021-01-04",
"2020-12-31",
"2020-12-30"
]
}
],
"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": "\u80a1\u7968\u578b\u8fd130\u4e2a\u4ea4\u6613\u65e5\u51c0\u503c\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_aabc3f11183e44afa7811dbf4f578d2b.setOption(option_aabc3f11183e44afa7811dbf4f578d2b);
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/glaceage/fund-visualization.git
[email protected]:glaceage/fund-visualization.git
glaceage
fund-visualization
基金可视化
master

搜索帮助

371d5123 14472233 46e8bd33 14472233