feat: add y log scale
This commit is contained in:
parent
f079a2926b
commit
80715259b1
4 changed files with 75 additions and 33 deletions
|
|
@ -15,7 +15,8 @@ const GraphWrapper = ({
|
|||
currency,
|
||||
selectedMachine,
|
||||
machines,
|
||||
selectedDay
|
||||
selectedDay,
|
||||
log
|
||||
}) => {
|
||||
const [selectionCoords, setSelectionCoords] = useState(null)
|
||||
const [selectionDateInterval, setSelectionDateInterval] = useState(null)
|
||||
|
|
@ -33,6 +34,7 @@ const GraphWrapper = ({
|
|||
setSelectionDateInterval={setSelectionDateInterval}
|
||||
setSelectionData={setSelectionData}
|
||||
selectedMachine={selectedMachine}
|
||||
log={log}
|
||||
/>
|
||||
)
|
||||
case 'topMachinesVolume':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue