feat: add y log scale

This commit is contained in:
Nikola Ubavic 2022-08-11 20:19:59 +02:00 committed by Rafael
parent f079a2926b
commit 80715259b1
4 changed files with 75 additions and 33 deletions

View file

@ -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':