Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuIncubator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kimber
GaoQuIncubator
Commits
62c66674
Commit
62c66674
authored
Nov 05, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图表 是否大屏显示
parent
427aa059
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
httpApi.js
src/assets/js/httpApi.js
+1
-1
overview.vue
src/views/system/home/overview.vue
+7
-6
No files found.
src/assets/js/httpApi.js
View file @
62c66674
...
...
@@ -1055,7 +1055,7 @@ var reqApis = function(){
}
},
"
description
"
:
{
name
:
"
简介
"
,
must
:
true
,
type
:
'
textarea
'
,
width
:
300
,
rows
:
4
},
"
isDisplayed
"
:
{
name
:
"
是否在大屏显示
"
,
must
:
true
,
'
type
'
:
'
select
'
,
},
//
"isDisplayed": {name:"是否在大屏显示", must:true, 'type':'select', },
},
selectList
:
{
isDisplayed
:
[{
name
:
'
是
'
,
value
:
true
,
},
{
name
:
'
否
'
,
value
:
false
,
},],
...
...
src/views/system/home/overview.vue
View file @
62c66674
...
...
@@ -48,7 +48,7 @@
<div
class=
"_right"
>
<div
ref=
"pieChart4panel0_1"
style=
"width:
500px; height: 5
00px"
style=
"width:
300px; height: 3
00px"
class=
"charts pie"
></div>
</div>
...
...
@@ -71,7 +71,7 @@
<div
class=
"_right"
>
<div
ref=
"pieChart4panel0_2"
style=
"width:
500px; height: 5
00px"
style=
"width:
300px; height: 3
00px"
class=
"charts pie"
></div>
</div>
...
...
@@ -787,9 +787,10 @@
},
series
:
[
{
name
:
"
孵化器总收入
"
,
name
:
""
,
type
:
"
pie
"
,
radius
:
"
50%
"
,
radius
:
"
30%
"
,
// radius: ['40%', '60%'], // 设置内外半径,使饼图小一些
data
:
chartsData
,
emphasis
:
{
itemStyle
:
{
...
...
@@ -820,9 +821,9 @@
},
series
:
[
{
name
:
"
孵化器使用总面积
"
,
name
:
""
,
type
:
"
pie
"
,
radius
:
"
5
0%
"
,
radius
:
"
3
0%
"
,
data
:
chartsData
,
emphasis
:
{
itemStyle
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment