Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
葛齐林
energyai_vue
Commits
b9337dc5
Commit
b9337dc5
authored
Apr 16, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
8b7a106d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pie.vue
src/pages/analysis/fault/pie.vue
+1
-1
pie2.vue
src/pages/analysis/fault/pie2.vue
+1
-1
No files found.
src/pages/analysis/fault/pie.vue
View file @
b9337dc5
...
@@ -19,7 +19,7 @@ export default {
...
@@ -19,7 +19,7 @@ export default {
if
(
!
dom
)
return
if
(
!
dom
)
return
let
myCharts
=
this
.
$echarts
.
init
(
dom
)
let
myCharts
=
this
.
$echarts
.
init
(
dom
)
let
option
=
{
let
option
=
{
color
:
[
'skyblue'
,
'#F2637B'
,
'#8EE0E0'
,
'#FFCC00'
],
color
:
[
'skyblue'
,
'#F2637B'
,
'#8EE0E0'
,
'#FFCC00'
,
'#4ECB74'
],
tooltip
:
{
tooltip
:
{
trigger
:
'item'
trigger
:
'item'
},
},
...
...
src/pages/analysis/fault/pie2.vue
View file @
b9337dc5
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
if
(
!
dom
)
return
if
(
!
dom
)
return
let
myCharts
=
this
.
$echarts
.
init
(
dom
)
let
myCharts
=
this
.
$echarts
.
init
(
dom
)
let
option
=
{
let
option
=
{
color
:
[
'skyblue'
,
'#F2637B'
,
'#8EE0E0'
,
'#FFCC00'
],
color
:
[
'skyblue'
,
'#F2637B'
,
'#8EE0E0'
,
'#FFCC00'
,
'#4ECB74'
],
tooltip
:
{
tooltip
:
{
trigger
:
'item'
,
trigger
:
'item'
,
formatter
:
'{a} <br/>{b} : {c} ({d}%)'
formatter
:
'{a} <br/>{b} : {c} ({d}%)'
...
...
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