功率曲线
This commit is contained in:
parent
0eb1ebe35a
commit
17c50ddba2
@ -399,9 +399,6 @@ const getTimeIntervals = (startTimestamp: number, endTimestamp: number) => {
|
|||||||
case '15m':
|
case '15m':
|
||||||
count = Math.floor((endDate - startDate) / (15 * 60 * 1000))
|
count = Math.floor((endDate - startDate) / (15 * 60 * 1000))
|
||||||
break
|
break
|
||||||
case '15m':
|
|
||||||
count = Math.floor((endDate - startDate) / (15 * 60 * 1000))
|
|
||||||
break
|
|
||||||
case '1h':
|
case '1h':
|
||||||
count = Math.floor((endDate - startDate) / (1 * 60 * 60 * 1000))
|
count = Math.floor((endDate - startDate) / (1 * 60 * 60 * 1000))
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user