fixing chartTelemetry page in getChartFunction
This commit is contained in:
parent
e10b6095b4
commit
a9c2f588da
@ -35,9 +35,9 @@ export default function chartTelemetry({userName}) {
|
|||||||
|
|
||||||
function getChartsData() {
|
function getChartsData() {
|
||||||
console.log(token)
|
console.log(token)
|
||||||
getPowerFactorData("PRAXCUENTR101P", "2022-01-01", "2022-01-31", "med_5min")
|
// getPowerFactorData("PRAXCUENTR101P", "2022-01-01", "2022-01-31", "med_5min")
|
||||||
.then(result => setFatorPotenciaData(result))
|
// .then(result => setFatorPotenciaData(result))
|
||||||
.catch(exception => console.log('exeption', exception))
|
// .catch(exception => console.log('exeption', exception))
|
||||||
|
|
||||||
// getDiscretization("PRAXCUENTR101P", "2022-01-01", "2022-01-31", "med_5min")
|
// getDiscretization("PRAXCUENTR101P", "2022-01-01", "2022-01-31", "med_5min")
|
||||||
// .then(result => setDiscretizedConsumptionDataReativa(result))
|
// .then(result => setDiscretizedConsumptionDataReativa(result))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user