fix: 修改文件名大小写
This commit is contained in:
parent
c61ecd74cd
commit
18cac82547
7
.idea/sqldialects.xml
generated
Normal file
7
.idea/sqldialects.xml
generated
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="SqlDialectMappings">
|
||||
<file url="file://$PROJECT_DIR$/商务大数据分析/20250422/marketing.sql" dialect="MySQL" />
|
||||
<file url="file://$PROJECT_DIR$/数据可视化技术/网店运营大屏(Flask框架)/marketing.sql" dialect="GenericSQL" />
|
||||
</component>
|
||||
</project>
|
411
商务大数据分析/20250423/.ipynb_checkpoints/task-checkpoint.ipynb
Normal file
411
商务大数据分析/20250423/.ipynb_checkpoints/task-checkpoint.ipynb
Normal file
File diff suppressed because one or more lines are too long
4483
商务大数据分析/20250423/.ipynb_checkpoints/task2-checkpoint.ipynb
Normal file
4483
商务大数据分析/20250423/.ipynb_checkpoints/task2-checkpoint.ipynb
Normal file
File diff suppressed because one or more lines are too long
17526
商务大数据分析/20250430/许龙津+202212410328.html
Normal file
17526
商务大数据分析/20250430/许龙津+202212410328.html
Normal file
File diff suppressed because one or more lines are too long
1965
商务大数据分析/20250507/lessom/product_sales_wordcloud.html
Normal file
1965
商务大数据分析/20250507/lessom/product_sales_wordcloud.html
Normal file
File diff suppressed because it is too large
Load Diff
216
商务大数据分析/20250507/lessom/top_5_category_sales_funnel.html
Normal file
216
商务大数据分析/20250507/lessom/top_5_category_sales_funnel.html
Normal file
@ -0,0 +1,216 @@
|
||||
<!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="4de787f0637342a3aee3bd2a1c5baa9a" class="chart-container" style="width:900px; height:500px; "></div>
|
||||
<script>
|
||||
var chart_4de787f0637342a3aee3bd2a1c5baa9a = echarts.init(
|
||||
document.getElementById('4de787f0637342a3aee3bd2a1c5baa9a'), 'white', {renderer: 'canvas'});
|
||||
var option_4de787f0637342a3aee3bd2a1c5baa9a = {
|
||||
"animation": true,
|
||||
"animationThreshold": 2000,
|
||||
"animationDuration": 1000,
|
||||
"animationEasing": "cubicOut",
|
||||
"animationDelay": 0,
|
||||
"animationDurationUpdate": 300,
|
||||
"animationEasingUpdate": "cubicOut",
|
||||
"animationDelayUpdate": 0,
|
||||
"aria": {
|
||||
"enabled": false
|
||||
},
|
||||
"color": [
|
||||
"#5470c6",
|
||||
"#91cc75",
|
||||
"#fac858",
|
||||
"#ee6666",
|
||||
"#73c0de",
|
||||
"#3ba272",
|
||||
"#fc8452",
|
||||
"#9a60b4",
|
||||
"#ea7ccc"
|
||||
],
|
||||
"series": [
|
||||
{
|
||||
"type": "funnel",
|
||||
"name": "\u5546\u54c1\u7c7b\u522b\u9500\u552e\u989d",
|
||||
"data": [
|
||||
{
|
||||
"name": "\u4e73\u5236\u54c1",
|
||||
"value": 5308.5
|
||||
},
|
||||
{
|
||||
"name": "\u8336\u996e\u6599",
|
||||
"value": 4905.0
|
||||
},
|
||||
{
|
||||
"name": "\u8089\u5e72/\u8c46\u5236\u54c1/\u86cb",
|
||||
"value": 4378.7
|
||||
},
|
||||
{
|
||||
"name": "\u997c\u5e72\u7cd5\u70b9",
|
||||
"value": 3837.5
|
||||
},
|
||||
{
|
||||
"name": "\u529f\u80fd\u996e\u6599",
|
||||
"value": 3581.7
|
||||
}
|
||||
],
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"minSize": "0%",
|
||||
"maxSize": "100%",
|
||||
"orient": "vertical",
|
||||
"sort": "descending",
|
||||
"gap": 0,
|
||||
"legendHoverLink": true,
|
||||
"funnelAlign": "center",
|
||||
"label": {
|
||||
"show": true,
|
||||
"position": "inside",
|
||||
"margin": 8,
|
||||
"valueAnimation": false
|
||||
},
|
||||
"selectedMode": false,
|
||||
"zlevel": 0,
|
||||
"z": 2
|
||||
}
|
||||
],
|
||||
"legend": [
|
||||
{
|
||||
"data": [
|
||||
"\u4e73\u5236\u54c1",
|
||||
"\u997c\u5e72\u7cd5\u70b9",
|
||||
"\u529f\u80fd\u996e\u6599",
|
||||
"\u8336\u996e\u6599",
|
||||
"\u8089\u5e72/\u8c46\u5236\u54c1/\u86cb"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"title": [
|
||||
{
|
||||
"show": true,
|
||||
"text": "\u6392\u540d\u524d 5 \u7684\u5546\u54c1\u7c7b\u522b\u9500\u552e\u989d\u6f0f\u6597\u56fe",
|
||||
"target": "blank",
|
||||
"subtarget": "blank",
|
||||
"padding": 5,
|
||||
"itemGap": 10,
|
||||
"textAlign": "auto",
|
||||
"textVerticalAlign": "auto",
|
||||
"triggerEvent": false
|
||||
}
|
||||
],
|
||||
"toolbox": {
|
||||
"show": true,
|
||||
"orient": "horizontal",
|
||||
"itemSize": 15,
|
||||
"itemGap": 10,
|
||||
"left": "80%",
|
||||
"feature": {
|
||||
"saveAsImage": {
|
||||
"type": "png",
|
||||
"backgroundColor": "auto",
|
||||
"connectedBackgroundColor": "#fff",
|
||||
"show": true,
|
||||
"title": "\u4fdd\u5b58\u4e3a\u56fe\u7247",
|
||||
"pixelRatio": 1
|
||||
},
|
||||
"restore": {
|
||||
"show": true,
|
||||
"title": "\u8fd8\u539f"
|
||||
},
|
||||
"dataView": {
|
||||
"show": true,
|
||||
"title": "\u6570\u636e\u89c6\u56fe",
|
||||
"readOnly": false,
|
||||
"lang": [
|
||||
"\u6570\u636e\u89c6\u56fe",
|
||||
"\u5173\u95ed",
|
||||
"\u5237\u65b0"
|
||||
],
|
||||
"backgroundColor": "#fff",
|
||||
"textareaColor": "#fff",
|
||||
"textareaBorderColor": "#333",
|
||||
"textColor": "#000",
|
||||
"buttonColor": "#c23531",
|
||||
"buttonTextColor": "#fff"
|
||||
},
|
||||
"dataZoom": {
|
||||
"show": true,
|
||||
"title": {
|
||||
"zoom": "\u533a\u57df\u7f29\u653e",
|
||||
"back": "\u533a\u57df\u7f29\u653e\u8fd8\u539f"
|
||||
},
|
||||
"icon": {},
|
||||
"filterMode": "filter"
|
||||
},
|
||||
"magicType": {
|
||||
"show": true,
|
||||
"type": [
|
||||
"line",
|
||||
"bar",
|
||||
"stack",
|
||||
"tiled"
|
||||
],
|
||||
"title": {
|
||||
"line": "\u5207\u6362\u4e3a\u6298\u7ebf\u56fe",
|
||||
"bar": "\u5207\u6362\u4e3a\u67f1\u72b6\u56fe",
|
||||
"stack": "\u5207\u6362\u4e3a\u5806\u53e0",
|
||||
"tiled": "\u5207\u6362\u4e3a\u5e73\u94fa"
|
||||
},
|
||||
"icon": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
chart_4de787f0637342a3aee3bd2a1c5baa9a.setOption(option_4de787f0637342a3aee3bd2a1c5baa9a);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
18096
商务大数据分析/20250507/work/许龙津+202212410328.html
Normal file
18096
商务大数据分析/20250507/work/许龙津+202212410328.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user