1 Star 0 Fork 2

zrun1024 / ant-learn-pandas

forked from taisoulx / ant-learn-pandas 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bar_histogram.html 3.99 KB
一键复制 编辑 原始数据 按行查看 历史
peiss 提交于 2020-03-15 18:23 . ''
<!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="dacd49189e044cf8b6092834c381a99f" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_dacd49189e044cf8b6092834c381a99f = echarts.init(
document.getElementById('dacd49189e044cf8b6092834c381a99f'), 'white', {renderer: 'canvas'});
var option_dacd49189e044cf8b6092834c381a99f = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
"animationEasing": "cubicOut",
"animationDelay": 0,
"animationDurationUpdate": 300,
"animationEasingUpdate": "cubicOut",
"animationDelayUpdate": 0,
"color": [
"#ca8622",
"#c23531",
"#2f4554",
"#61a0a8",
"#d48265",
"#749f83",
"#ca8622",
"#bda29a",
"#6e7074",
"#546570",
"#c4ccd3",
"#f05b72",
"#ef5b9c",
"#f47920",
"#905a3d",
"#fab27b",
"#2a5caa",
"#444693",
"#726930",
"#b2d235",
"#6d8346",
"#ac6767",
"#1d953f",
"#6950a1",
"#918597"
],
"series": [
{
"type": "bar",
"name": "\u5546\u5bb6A",
"data": [
41,
85,
67,
63,
137,
32,
22
],
"barCategoryGap": 0,
"label": {
"show": true,
"position": "top",
"margin": 8
}
}
],
"legend": [
{
"data": [
"\u5546\u5bb6A"
],
"selected": {
"\u5546\u5bb6A": 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": [
"\u886c\u886b",
"\u6bdb\u8863",
"\u9886\u5e26",
"\u88e4\u5b50",
"\u98ce\u8863",
"\u9ad8\u8ddf\u978b",
"\u889c\u5b50"
]
}
],
"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": "Bar-\u76f4\u65b9\u56fe",
"padding": 5,
"itemGap": 10
}
]
};
chart_dacd49189e044cf8b6092834c381a99f.setOption(option_dacd49189e044cf8b6092834c381a99f);
</script>
</body>
</html>
1
https://gitee.com/zrun1024/ant-learn-pandas.git
git@gitee.com:zrun1024/ant-learn-pandas.git
zrun1024
ant-learn-pandas
ant-learn-pandas
master

搜索帮助