Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ec-report-refactor
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
lihuizhen
ec-report-refactor
Commits
9b18a2ed
Commit
9b18a2ed
authored
Mar 03, 2022
by
leon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:add dateZoom config
parent
32ca7dc9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
BarMixMap.vue
components/BarMixMap/BarMixMap.vue
+1
-0
HorizontalBar.vue
components/HorizontalBar/HorizontalBar.vue
+1
-0
NormalBar.vue
components/NormalBar/NormalBar.vue
+2
-1
NormalLine.vue
components/NormalLine/NormalLine.vue
+2
-1
No files found.
components/BarMixMap/BarMixMap.vue
View file @
9b18a2ed
...
...
@@ -74,6 +74,7 @@
...
this
.
elementInfo
.
option
.
yAxis
,
data
:
this
.
dealSeriesData
(
series
).
categories
},
dataZoom
:
this
.
elementInfo
.
dataZoom
,
series
:
{
id
:
'associate'
,
type
:
'bar'
,
...
...
components/HorizontalBar/HorizontalBar.vue
View file @
9b18a2ed
...
...
@@ -46,6 +46,7 @@
...
this
.
elementInfo
.
option
.
yAxis
,
data
:
categories
},
dataZoom
:
this
.
elementInfo
.
dataZoom
,
series
:
this
.
dealSeriesData
(
series
)
}
chart
.
setOption
(
this
.
ec
.
option
)
...
...
components/NormalBar/NormalBar.vue
View file @
9b18a2ed
...
...
@@ -41,6 +41,7 @@
...
this
.
elementInfo
.
option
.
xAxis
,
data
:
categories
},
dataZoom
:
this
.
elementInfo
.
dataZoom
,
series
:
this
.
dealSeriesData
(
series
)
}
chart
.
setOption
(
this
.
ec
.
option
)
...
...
components/NormalLine/NormalLine.vue
View file @
9b18a2ed
...
...
@@ -43,6 +43,7 @@
...
this
.
elementInfo
.
option
.
xAxis
,
data
:
categories
},
dataZoom
:
this
.
elementInfo
.
dataZoom
,
series
:
this
.
dealSeriesData
(
series
)
}
chart
.
setOption
(
this
.
ec
.
option
)
...
...
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