Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
graph
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
李伟@五瓣科技
graph
Commits
2c80d7e8
Commit
2c80d7e8
authored
Jul 25, 2022
by
wenli.huang@wuban.net.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
91f036e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
App.js
src/App.js
+11
-8
No files found.
src/App.js
View file @
2c80d7e8
...
@@ -523,15 +523,18 @@ class App extends Component {
...
@@ -523,15 +523,18 @@ class App extends Component {
series
:
series
,
series
:
series
,
};
};
option
.
series
.
map
(
item
=>
{
// option.series.map(item=>{
item
.
data
.
map
(
item1
=>
{
// item.data.map(item1=>{
if
(
option
.
dataZoom
[
0
].
startValue
<=
item1
.
value
[
0
]
&&
option
.
dataZoom
[
0
].
endValue
>=
item1
.
value
[
0
]){
// if(option.dataZoom[0].startValue <= item1.value[0] && option.dataZoom[0].endValue >= item1.value[0]){
if
(
item1
.
value
[
7
]
===
'
Witness
'
){
// if(item1.value[7] === 'Witness'){
// console.log("重新开始定时器")
// }
// }
// })
// })
}
}
})
})
// console.log(option.dataZoom[0].startValue,'11')//1658299327000000000
// console.log(option.dataZoom[0].startValue,'11')//1658299327000000000
// console.log(option.dataZoom[0].endValue,'22')//1658299337000000000
// console.log(option.dataZoom[0].endValue,'22')//1658299337000000000
// console.log(option.series,'option')
// console.log(option.series,'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