1 Star 0 Fork 7

高原彩云/基金可视化

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
股票型基金涨跌幅.html 4.67 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="62db3a741053472abb9a07d8ead156f2" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_62db3a741053472abb9a07d8ead156f2 = echarts.init(
document.getElementById('62db3a741053472abb9a07d8ead156f2'), 'white', {renderer: 'canvas'});
var option_62db3a741053472abb9a07d8ead156f2 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
"animationEasing": "cubicOut",
"animationDelay": 0,
"animationDurationUpdate": 300,
"animationEasingUpdate": "cubicOut",
"animationDelayUpdate": 0,
"color": [
"blue",
"green",
"yellow",
"red",
"pink",
"orange",
"purple"
],
"series": [
{
"type": "pie",
"clockwise": true,
"data": [
{
"name": "\u521b\u91d1\u5408\u4fe1\u6d88\u8d39\u4e3b\u9898\u80a1\u7968A",
"value": "10.8640"
},
{
"name": "\u521b\u91d1\u5408\u4fe1\u6d88\u8d39\u4e3b\u9898\u80a1\u7968C",
"value": "10.8464"
},
{
"name": "\u5929\u5f18\u56fd\u8bc1\u751f\u7269\u533b\u836fC",
"value": "10.3591"
},
{
"name": "\u5929\u5f18\u56fd\u8bc1\u751f\u7269\u533b\u836fA",
"value": "10.3580"
},
{
"name": "\u534e\u5b89\u65b0\u4e1d\u8def\u4e3b\u9898",
"value": "9.5821"
},
{
"name": "\u957f\u57ce\u54c1\u724c\u4f18\u9009\u80a1\u7968",
"value": "9.5682"
},
{
"name": "\u4e2d\u91d1\u6d88\u8d39\u5347\u7ea7\u80a1\u7968",
"value": "9.3880"
},
{
"name": "\u4e1c\u65b9\u65b0\u601d\u8def\u6df7\u5408A",
"value": "9.0522"
},
{
"name": "\u534e\u5546\u6d88\u8d39\u884c\u4e1a",
"value": "8.7957"
},
{
"name": "\u5609\u5b9e\u56de\u62a5\u7cbe\u9009\u80a1\u7968",
"value": "8.7473"
}
],
"radius": [
"0%",
"75%"
],
"center": [
"35%",
"50%"
],
"label": {
"show": true,
"position": "top",
"margin": 8,
"formatter": "{b}: {c}"
},
"rippleEffect": {
"show": true,
"brushType": "stroke",
"scale": 2.5,
"period": 4
}
}
],
"legend": [
{
"data": [
"\u521b\u91d1\u5408\u4fe1\u6d88\u8d39\u4e3b\u9898\u80a1\u7968A",
"\u521b\u91d1\u5408\u4fe1\u6d88\u8d39\u4e3b\u9898\u80a1\u7968C",
"\u5929\u5f18\u56fd\u8bc1\u751f\u7269\u533b\u836fC",
"\u5929\u5f18\u56fd\u8bc1\u751f\u7269\u533b\u836fA",
"\u534e\u5b89\u65b0\u4e1d\u8def\u4e3b\u9898",
"\u957f\u57ce\u54c1\u724c\u4f18\u9009\u80a1\u7968",
"\u4e2d\u91d1\u6d88\u8d39\u5347\u7ea7\u80a1\u7968",
"\u4e1c\u65b9\u65b0\u601d\u8def\u6df7\u5408A",
"\u534e\u5546\u6d88\u8d39\u884c\u4e1a",
"\u5609\u5b9e\u56de\u62a5\u7cbe\u9009\u80a1\u7968"
],
"selected": {},
"type": "scroll",
"show": true,
"left": "70%",
"orient": "vertical",
"padding": 5,
"itemGap": 10,
"itemWidth": 25,
"itemHeight": 14
}
],
"tooltip": {
"show": true,
"trigger": "item",
"triggerOn": "mousemove|click",
"axisPointer": {
"type": "line"
},
"textStyle": {
"fontSize": 14
},
"borderWidth": 0
},
"title": [
{
"text": "[\u80a1\u7968\u578b]\u57fa\u91d1\u8fd1\u4e00\u6708\u6da8\u8dcc\u5e45\u524d10\u540d",
"padding": 5,
"itemGap": 10
}
]
};
chart_62db3a741053472abb9a07d8ead156f2.setOption(option_62db3a741053472abb9a07d8ead156f2);
</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