1 Star 0 Fork 7

James/基金可视化

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
混合型近30个交易日净值情况.html 5.31 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>
</head>
<body>
<div id="1debb6c8784b4dc9b6863df0b8699e60" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_1debb6c8784b4dc9b6863df0b8699e60 = echarts.init(
document.getElementById('1debb6c8784b4dc9b6863df0b8699e60'), 'dark', {renderer: 'canvas'});
var option_1debb6c8784b4dc9b6863df0b8699e60 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
"animationEasing": "cubicOut",
"animationDelay": 0,
"animationDurationUpdate": 300,
"animationEasingUpdate": "cubicOut",
"animationDelayUpdate": 0,
"series": [
{
"type": "bar",
"name": "\u6df7\u5408\u578b",
"data": [
"1.3722",
"1.3795",
"1.3842",
"1.3853",
"1.0609",
"1.0607",
"1.0607",
"1.0607",
"1.0604",
"1.0602",
"1.0597",
"1.0598",
"1.0600",
"1.0600",
"1.0600",
"1.0600",
"1.0599",
"1.0598",
"1.0598",
"1.0598",
"1.0598",
"1.0598",
"1.0598",
"1.0599",
"1.0599",
"1.0599",
"1.0599",
"1.0600",
"1.0600",
"1.0601"
],
"barCategoryGap": "20%",
"label": {
"show": true,
"position": "top",
"margin": 8
}
}
],
"legend": [
{
"data": [
"\u6df7\u5408\u578b"
],
"selected": {
"\u6df7\u5408\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": [
"2018-01-11",
"2018-01-10",
"2018-01-09",
"2018-01-08",
"2018-01-05",
"2018-01-04",
"2018-01-03",
"2018-01-02",
"2017-12-31",
"2017-12-29",
"2017-12-28",
"2017-12-27",
"2017-12-26",
"2017-12-25",
"2017-12-22",
"2017-12-21",
"2017-12-20",
"2017-12-19",
"2017-12-18",
"2017-12-15",
"2017-12-14",
"2017-12-13",
"2017-12-12",
"2017-12-11",
"2017-12-08",
"2017-12-07",
"2017-12-06",
"2017-12-05",
"2017-12-04",
"2017-12-01"
]
}
],
"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": "\u6df7\u5408\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_1debb6c8784b4dc9b6863df0b8699e60.setOption(option_1debb6c8784b4dc9b6863df0b8699e60);
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jamesxus/fund-visualization.git
git@gitee.com:jamesxus/fund-visualization.git
jamesxus
fund-visualization
基金可视化
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385