import pyfile.One as b,pyfile.Two as r,pyfile.Three as t,pyfile.Four as f,\
pyfile.Five as F,pyfile.Six as s,pyfile.Seven as S
class SourceDataDemo:
def __init__(self):
self.title = '数据大屏-桂林理工'
self.counter = {'name': '网店年总收入情况', 'value': t.col_sum}
self.counter2 = {'name': '网店年总盈利情况', 'value': t.col_sum1}
self.echart1_data = b.result
self.echart2_data = r.result
self.echarts3_1_data = t.result
self.echarts3_2_data = t.result1
self.echarts3_3_data = t.result2
self.echart4_data = f.result
self.echart5_data = F.result1
self.echart6_data = S.result
self.map_1_data = s.result
@property
def echart1(self):
data = self.echart1_data
echart = {
'title': data.get('title'),
'xAxis': [i.get("name") for i in data.get('data')],
'series': [i.get("value") for i in data.get('data')]
}
return echart
@property
def echart2(self):
data = self.echart2_data
echart = {
'title': data.get('title'),
'xAxis': [i.get("name") for i in data.get('data')],
'series': [i.get("value") for i in data.get('data')]
}
return echart
@property
def echarts3_1(self):
data = self.echarts3_1_data
echart = {
'title': data.get('title'),
'xAxis': [i.get("name") for i in data.get('data')],
'data': data.get('data'),
}
return echart
@property
def echarts3_2(self):
data = self.echarts3_2_data
echart = {
'title': data.get('title'),
'xAxis': [i.get("name") for i in data.get('data')],
'data': data.get('data'),
}
return echart
@property
def echarts3_3(self):
data = self.echarts3_3_data
echart = {
'title': data.get('title'),
'xAxis': [i.get("name") for i in data.get('data')],
'data': data.get('data'),
}
return echart
@property
def echart4(self):
data = self.echart4_data
echart = {
'title': data.get('title'),
'names': [i.get("name") for i in data.get('data')],
'xAxis': data.get('xAxis'),
'data': data.get('data'),
}
return echart
@property
def echart5(self):
data = self.echart5_data
echart = {
'title': data.get('title'),
'xAxis': [i.get("name") for i in data.get('data')],
'series': [i.get("value") for i in data.get('data')],
'data': data.get('data'),
}
return echart
@property
def echart6(self):
data = self.echart6_data
echart = {
'title': data.get('title'),
'xAxis': [i.get("name") for i in data.get('data')],
'data': data.get('data'),
}
return echart
@property
def map_1(self):
data = self.map_1_data
echart = {
'symbolSize': data.get('symbolSize'),
'data': data.get('data'),
}
return echart
class SourceData(SourceDataDemo):
def __init__(self):
super().__init__()
self.title = '数据可视化大屏-桂工'
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
big_screen-master.rar (49个子文件)
big_screen-master
app.py 286B
pyfile
Six.py 454B
Three.py 1KB
Transform.py 763B
Two.py 470B
Four.py 597B
Seven.py 2KB
__pycache__
Seven.cpython-311.pyc 2KB
Four.cpython-311.pyc 1KB
Six.cpython-311.pyc 1KB
Three.cpython-311.pyc 2KB
One.cpython-311.pyc 1KB
Five.cpython-311.pyc 2KB
Two.cpython-311.pyc 1KB
Five.py 1KB
One.py 465B
data
sales_product.csv 504B
sales_month.csv 330B
网店营销数据.csv 337KB
sales_province.csv 873B
sales_region.csv 178B
sales_product.json 1KB
sales_manager.csv 193B
templates
index.html 23KB
.idea
big_screen-master.iml 291B
workspace.xml 9KB
misc.xml 299B
inspectionProfiles
Project_Default.xml 472B
profiles_settings.xml 174B
modules.xml 293B
.gitignore 50B
data.py 3KB
__pycache__
data_corp.cpython-311.pyc 33KB
data.cpython-311.pyc 8KB
data_job.cpython-311.pyc 11KB
static
picture
weather.png 2KB
jt.png 72KB
lbx.png 81KB
loading.gif 701B
map.png 302KB
font
DS-DIGIT.TTF 25KB
js
china.js 117KB
echarts.min.js 727KB
index.html 9KB
jquery.js 82KB
css
comon0.css 7KB
images
line.png 4KB
bg.jpg 252KB
head_bg.png 8KB
共 49 条
- 1
资源评论
长岛有冰茶丶
- 粉丝: 18
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- OpenGL使用OpenGL实现透明效果
- java房屋租赁系统源码 房屋房源出租管理系统源码数据库 MySQL源码类型 WebForm
- JAVA的Springboot博客网站源码数据库 MySQL源码类型 WebForm
- c++数字雨实现 c++
- 如何制作MC(需要下载海龟编辑器2.0,下载pyglet==1.5.15)
- JAVA的Springboot小区物业管理系统源码数据库 MySQL源码类型 WebForm
- IMG_20241103_153322.jpg
- Screenshot_2024-11-10-20-33-57-639_com.tencent.tmgp.pubgmhd.jpg
- C#商家会员管理系统源码带微信功能数据库 SQL2008源码类型 WebForm
- 3D立体相册源文件code+images
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功