Initial import: Music_Server, MusicFree, catalog-sync
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
@@ -0,0 +1,159 @@
|
||||
<!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="e7c5b8339a7c42849b00404c8a8ed598" class="chart-container" style="width:900px; height:500px;"></div>
|
||||
<script>
|
||||
var chart_e7c5b8339a7c42849b00404c8a8ed598 = echarts.init(
|
||||
document.getElementById('e7c5b8339a7c42849b00404c8a8ed598'), 'light', {renderer: 'canvas'});
|
||||
var option_e7c5b8339a7c42849b00404c8a8ed598 = {
|
||||
"animation": true,
|
||||
"animationThreshold": 2000,
|
||||
"animationDuration": 1000,
|
||||
"animationEasing": "cubicOut",
|
||||
"animationDelay": 0,
|
||||
"animationDurationUpdate": 300,
|
||||
"animationEasingUpdate": "cubicOut",
|
||||
"animationDelayUpdate": 0,
|
||||
"series": [
|
||||
{
|
||||
"type": "bar",
|
||||
"name": "freq",
|
||||
"legendHoverLink": true,
|
||||
"data": [
|
||||
112,
|
||||
116,
|
||||
136,
|
||||
138,
|
||||
145,
|
||||
162,
|
||||
193,
|
||||
196,
|
||||
230,
|
||||
250
|
||||
],
|
||||
"showBackground": false,
|
||||
"barMinHeight": 0,
|
||||
"barCategoryGap": "20%",
|
||||
"barGap": "30%",
|
||||
"large": false,
|
||||
"largeThreshold": 400,
|
||||
"seriesLayoutBy": "column",
|
||||
"datasetIndex": 0,
|
||||
"clip": true,
|
||||
"zlevel": 0,
|
||||
"z": 2,
|
||||
"label": {
|
||||
"show": true,
|
||||
"position": "top",
|
||||
"margin": 8
|
||||
}
|
||||
}
|
||||
],
|
||||
"legend": [
|
||||
{
|
||||
"data": [
|
||||
"freq"
|
||||
],
|
||||
"selected": {
|
||||
"freq": true
|
||||
},
|
||||
"show": true,
|
||||
"padding": 5,
|
||||
"itemGap": 10,
|
||||
"itemWidth": 25,
|
||||
"itemHeight": 14
|
||||
}
|
||||
],
|
||||
"tooltip": {
|
||||
"show": true,
|
||||
"trigger": "item",
|
||||
"triggerOn": "mousemove|click",
|
||||
"axisPointer": {
|
||||
"type": "line"
|
||||
},
|
||||
"showContent": true,
|
||||
"alwaysShowContent": false,
|
||||
"showDelay": 0,
|
||||
"hideDelay": 100,
|
||||
"textStyle": {
|
||||
"fontSize": 14
|
||||
},
|
||||
"borderWidth": 0,
|
||||
"padding": 5
|
||||
},
|
||||
"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": [
|
||||
"\u4e0d\u8981",
|
||||
"\u7231\u60c5",
|
||||
"\u56de\u5fc6",
|
||||
"\u4e00\u4e2a",
|
||||
"\u77e5\u9053",
|
||||
"\u79bb\u5f00",
|
||||
"\u4ec0\u4e48",
|
||||
"\u600e\u4e48",
|
||||
"\u6ca1\u6709",
|
||||
"\u6211\u4eec"
|
||||
]
|
||||
}
|
||||
],
|
||||
"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": "\u5468\u6770\u4f26\u6b4c\u66f2\u4e2d\u7684\u8bcd\u8bedTOP10",
|
||||
"padding": 5,
|
||||
"itemGap": 10
|
||||
}
|
||||
]
|
||||
};
|
||||
chart_e7c5b8339a7c42849b00404c8a8ed598.setOption(option_e7c5b8339a7c42849b00404c8a8ed598);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,112 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>周杰伦的歌词情感分析</title>
|
||||
<script type="text/javascript" src="https://assets.pyecharts.org/assets/echarts.min.js"></script>
|
||||
<script type="text/javascript" src="https://assets.pyecharts.org/assets/themes/westeros.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="4ba593a441c441c4a398eae018a3d534" class="chart-container" style="width:900px; height:500px;"></div>
|
||||
<script>
|
||||
var chart_4ba593a441c441c4a398eae018a3d534 = echarts.init(
|
||||
document.getElementById('4ba593a441c441c4a398eae018a3d534'), 'westeros', {renderer: 'canvas'});
|
||||
var option_4ba593a441c441c4a398eae018a3d534 = {
|
||||
"animation": true,
|
||||
"animationThreshold": 2000,
|
||||
"animationDuration": 1000,
|
||||
"animationEasing": "cubicOut",
|
||||
"animationDelay": 0,
|
||||
"animationDurationUpdate": 300,
|
||||
"animationEasingUpdate": "cubicOut",
|
||||
"animationDelayUpdate": 0,
|
||||
"series": [
|
||||
{
|
||||
"type": "pie",
|
||||
"name": "\u5468\u6770\u4f26\u7684\u6b4c\u8bcd\u60c5\u611f\u5206\u6790",
|
||||
"clockwise": true,
|
||||
"data": [
|
||||
{
|
||||
"name": "\u5185\u5bb9\u6781\u5ea6\u8d1f\u9762",
|
||||
"value": 1232
|
||||
},
|
||||
{
|
||||
"name": "\u5185\u5bb9\u8f83\u4e3a\u8d1f\u9762",
|
||||
"value": 2028
|
||||
},
|
||||
{
|
||||
"name": "\u5185\u5bb9\u4e2d\u6027",
|
||||
"value": 3097
|
||||
},
|
||||
{
|
||||
"name": "\u5185\u5bb9\u8f83\u4e3a\u6b63\u9762",
|
||||
"value": 2928
|
||||
},
|
||||
{
|
||||
"name": "\u5185\u5bb9\u975e\u5e38\u6b63\u9762",
|
||||
"value": 5213
|
||||
}
|
||||
],
|
||||
"radius": [
|
||||
"0%",
|
||||
"75%"
|
||||
],
|
||||
"center": [
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"roseType": "area",
|
||||
"label": {
|
||||
"show": true,
|
||||
"position": "top",
|
||||
"margin": 8
|
||||
}
|
||||
}
|
||||
],
|
||||
"legend": [
|
||||
{
|
||||
"data": [
|
||||
"\u5185\u5bb9\u6781\u5ea6\u8d1f\u9762",
|
||||
"\u5185\u5bb9\u8f83\u4e3a\u8d1f\u9762",
|
||||
"\u5185\u5bb9\u4e2d\u6027",
|
||||
"\u5185\u5bb9\u8f83\u4e3a\u6b63\u9762",
|
||||
"\u5185\u5bb9\u975e\u5e38\u6b63\u9762"
|
||||
],
|
||||
"selected": {},
|
||||
"show": true,
|
||||
"padding": 5,
|
||||
"itemGap": 10,
|
||||
"itemWidth": 25,
|
||||
"itemHeight": 14
|
||||
}
|
||||
],
|
||||
"tooltip": {
|
||||
"show": true,
|
||||
"trigger": "item",
|
||||
"triggerOn": "mousemove|click",
|
||||
"axisPointer": {
|
||||
"type": "line"
|
||||
},
|
||||
"showContent": true,
|
||||
"alwaysShowContent": false,
|
||||
"showDelay": 0,
|
||||
"hideDelay": 100,
|
||||
"textStyle": {
|
||||
"fontSize": 14
|
||||
},
|
||||
"borderWidth": 0,
|
||||
"padding": 5
|
||||
},
|
||||
"title": [
|
||||
{
|
||||
"text": "\u5468\u6770\u4f26\u7684\u6b4c\u8bcd\u60c5\u611f\u5206\u6790",
|
||||
"padding": 5,
|
||||
"itemGap": 10
|
||||
}
|
||||
]
|
||||
};
|
||||
chart_4ba593a441c441c4a398eae018a3d534.setOption(option_4ba593a441c441c4a398eae018a3d534);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user