parent
9f6145de22
commit
8ee8e366b6
@ -0,0 +1,199 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Awesome-pyecharts</title>
|
||||||
|
<script type="text/javascript" src="https://assets.pyecharts.org/assets/v5/echarts.min.js"></script>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body >
|
||||||
|
<div id="564fa3c8fe7345babea1914a04ec0a5e" class="chart-container" style="width:1200px; height:800px; "></div>
|
||||||
|
<script>
|
||||||
|
var chart_564fa3c8fe7345babea1914a04ec0a5e = echarts.init(
|
||||||
|
document.getElementById('564fa3c8fe7345babea1914a04ec0a5e'), 'light', {renderer: 'canvas'});
|
||||||
|
var option_564fa3c8fe7345babea1914a04ec0a5e = {
|
||||||
|
"animation": true,
|
||||||
|
"animationThreshold": 2000,
|
||||||
|
"animationDuration": 1000,
|
||||||
|
"animationEasing": "cubicOut",
|
||||||
|
"animationDelay": 0,
|
||||||
|
"animationDurationUpdate": 300,
|
||||||
|
"animationEasingUpdate": "cubicOut",
|
||||||
|
"animationDelayUpdate": 0,
|
||||||
|
"aria": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"type": "bar",
|
||||||
|
"name": "\u8bc4\u8bba\u6570",
|
||||||
|
"legendHoverLink": true,
|
||||||
|
"data": [
|
||||||
|
1000.0,
|
||||||
|
2000.0,
|
||||||
|
5000.0,
|
||||||
|
10000.0,
|
||||||
|
20000.0,
|
||||||
|
50000.0,
|
||||||
|
100000.0,
|
||||||
|
200000.0,
|
||||||
|
500000.0,
|
||||||
|
1000000.0
|
||||||
|
],
|
||||||
|
"realtimeSort": false,
|
||||||
|
"showBackground": false,
|
||||||
|
"stackStrategy": "samesign",
|
||||||
|
"cursor": "pointer",
|
||||||
|
"barMinHeight": 0,
|
||||||
|
"barCategoryGap": "20%",
|
||||||
|
"barGap": "30%",
|
||||||
|
"large": false,
|
||||||
|
"largeThreshold": 400,
|
||||||
|
"seriesLayoutBy": "column",
|
||||||
|
"datasetIndex": 0,
|
||||||
|
"clip": true,
|
||||||
|
"zlevel": 0,
|
||||||
|
"z": 2,
|
||||||
|
"label": {
|
||||||
|
"show": true,
|
||||||
|
"position": "right",
|
||||||
|
"margin": 8
|
||||||
|
},
|
||||||
|
"rippleEffect": {
|
||||||
|
"show": true,
|
||||||
|
"brushType": "stroke",
|
||||||
|
"scale": 2.5,
|
||||||
|
"period": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"legend": [
|
||||||
|
{
|
||||||
|
"data": [
|
||||||
|
"\u8bc4\u8bba\u6570"
|
||||||
|
],
|
||||||
|
"selected": {},
|
||||||
|
"show": true,
|
||||||
|
"padding": 5,
|
||||||
|
"itemGap": 10,
|
||||||
|
"itemWidth": 25,
|
||||||
|
"itemHeight": 14,
|
||||||
|
"backgroundColor": "transparent",
|
||||||
|
"borderColor": "#ccc",
|
||||||
|
"borderRadius": 0,
|
||||||
|
"pageButtonItemGap": 5,
|
||||||
|
"pageButtonPosition": "end",
|
||||||
|
"pageFormatter": "{current}/{total}",
|
||||||
|
"pageIconColor": "#2f4554",
|
||||||
|
"pageIconInactiveColor": "#aaa",
|
||||||
|
"pageIconSize": 15,
|
||||||
|
"animationDurationUpdate": 800,
|
||||||
|
"selector": false,
|
||||||
|
"selectorPosition": "auto",
|
||||||
|
"selectorItemGap": 7,
|
||||||
|
"selectorButtonGap": 10
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tooltip": {
|
||||||
|
"show": true,
|
||||||
|
"trigger": "item",
|
||||||
|
"triggerOn": "mousemove|click",
|
||||||
|
"axisPointer": {
|
||||||
|
"type": "line"
|
||||||
|
},
|
||||||
|
"showContent": true,
|
||||||
|
"alwaysShowContent": false,
|
||||||
|
"showDelay": 0,
|
||||||
|
"hideDelay": 100,
|
||||||
|
"enterable": false,
|
||||||
|
"confine": false,
|
||||||
|
"appendToBody": false,
|
||||||
|
"transitionDuration": 0.4,
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": 14
|
||||||
|
},
|
||||||
|
"borderWidth": 0,
|
||||||
|
"padding": 5,
|
||||||
|
"order": "seriesAsc"
|
||||||
|
},
|
||||||
|
"xAxis": [
|
||||||
|
{
|
||||||
|
"show": true,
|
||||||
|
"scale": false,
|
||||||
|
"nameLocation": "end",
|
||||||
|
"nameGap": 15,
|
||||||
|
"gridIndex": 0,
|
||||||
|
"inverse": false,
|
||||||
|
"offset": 0,
|
||||||
|
"splitNumber": 5,
|
||||||
|
"minInterval": 0,
|
||||||
|
"splitLine": {
|
||||||
|
"show": true,
|
||||||
|
"lineStyle": {
|
||||||
|
"show": true,
|
||||||
|
"width": 1,
|
||||||
|
"opacity": 1,
|
||||||
|
"curveness": 0,
|
||||||
|
"type": "solid"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yAxis": [
|
||||||
|
{
|
||||||
|
"show": true,
|
||||||
|
"scale": false,
|
||||||
|
"nameLocation": "end",
|
||||||
|
"nameGap": 15,
|
||||||
|
"gridIndex": 0,
|
||||||
|
"axisLabel": {
|
||||||
|
"show": true,
|
||||||
|
"rotate": 60,
|
||||||
|
"margin": 8,
|
||||||
|
"fontSize": 10
|
||||||
|
},
|
||||||
|
"inverse": false,
|
||||||
|
"offset": 0,
|
||||||
|
"splitNumber": 5,
|
||||||
|
"minInterval": 0,
|
||||||
|
"splitLine": {
|
||||||
|
"show": true,
|
||||||
|
"lineStyle": {
|
||||||
|
"show": true,
|
||||||
|
"width": 1,
|
||||||
|
"opacity": 1,
|
||||||
|
"curveness": 0,
|
||||||
|
"type": "solid"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": [
|
||||||
|
"\u5361\u59ff\u5170\uff08Carslan\uff09 \u5361\u59ff\u5170\u8f7b\u96fe\u611f\u53e3\u7ea21.4g\u4f53\u9a8c\u88c5\u5c0f\u6837\u6301\u4e45\u4fdd\u6e7f\u5507\u818f\u6ecb\u6da6\u5b66\u751f\u5e73\u4ef7\u5973 \u8f7b\u96fe\u611f17\u53f7\u8f9b\u8fa3\u82721.4g",
|
||||||
|
"MKING PRETTY\u5c24\u96fe\u5f39\u5507\u91c9\u4e0d\u6613\u6cbe\u676f\u53e3\u7ea2\u5507\u90e8\u5507\u91c9\u6613\u4e0a\u8272\u4e0d\u6389\u8272\u5507\u5f69\u5507\u871c\u88f8\u8c03\u7c89\u684301",
|
||||||
|
"CHARLOTTE TILBURY CT\u6469\u767b\u96fe\u611f\u5507\u818f \u543b\u75d5 3.5g \uff08\u53e3\u7ea2 \u54d1\u5149\u663e\u767d\uff09\u751f\u65e5\u793c\u7269\u9001\u5973\u53cb",
|
||||||
|
"LEKKI\u53e3\u7ea2\u5b50\u5f39\u5934\u5507\u818f\u5b98\u91c9\u4e0d\u6389\u8272\u4e0d\u6cbe\u676f\u5c0f\u65b9\u9001\u5973\u670b\u6837\u53cb\u751f\u65e5\u793c\u7269",
|
||||||
|
"Mistine\u6cf0\u5f0f\u5976\u5496\u6c34\u5149\u5507\u51bbJ02\u70ed\u70c8\u6276\u6851 2.6g \u955c\u9762\u5507\u91c9",
|
||||||
|
"\u96c5\u8bd7\u5170\u9edb\u7ed2\u96fe\u54d1\u5149\u5507\u818f626#\u6f47\u6d12\u968f\u674f\u8272\u53e3\u7ea2\u793c\u76d2\u5316\u5986\u54c1\u751f\u65e5\u793c\u7269\u9001\u5973\u53cb",
|
||||||
|
"\u7f8e\u5b9d\u83b2\u9ed1\u9b54\u65b9\u53e3\u7ea2 \u7edd\u8272\u6301\u4e45\u5507\u818f\u4e1d\u7ed2\u54d1\u5149 604\u6731\u7802\u6a58",
|
||||||
|
"YSL\u5723\u7f57\u5170\u9ed1\u7ba1\u5507\u91c9610\u51b0\u4e4c\u9f99\u955c\u9762\u53e3\u7ea2\u793c\u76d2\u793c\u7269\u9001\u5973\u53cb\u751f\u65e5\u793c\u7269\u5973",
|
||||||
|
"\u963f\u739b\u5c3c\u7ea2\u7ba1\u5507\u91c9#405\u756a\u8304\u7ea2 \u4e1d\u7ed2\u54d1\u5149\u663e\u767d\u53e3\u7ea2 \u793c\u76d2\u751f\u65e5\u793c\u7269\u9001\u5973\u53cb",
|
||||||
|
"\u5b8c\u7f8e\u65e5\u8bb0\u81f3\u81fb\u67d4\u8272\u4e1d\u7ed2\u5507\u91c9V01\u590d\u53e4\u7ea2\u68a8\u82722.5g\u53e3\u7ea2\u663e\u767d\u60c5\u4eba\u8282\u751f\u65e5\u793c\u7269\u9001\u5973"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": [
|
||||||
|
{
|
||||||
|
"show": true,
|
||||||
|
"target": "blank",
|
||||||
|
"subtarget": "blank",
|
||||||
|
"padding": 5,
|
||||||
|
"itemGap": 10,
|
||||||
|
"textAlign": "auto",
|
||||||
|
"textVerticalAlign": "auto",
|
||||||
|
"triggerEvent": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
||||||
|
chart_564fa3c8fe7345babea1914a04ec0a5e.setOption(option_564fa3c8fe7345babea1914a04ec0a5e);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in new issue