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() {
|
||||
console.log(token)
|
||||
getPowerFactorData("PRAXCUENTR101P", "2022-01-01", "2022-01-31", "med_5min")
|
||||
.then(result => setFatorPotenciaData(result))
|
||||
.catch(exception => console.log('exeption', exception))
|
||||
// getPowerFactorData("PRAXCUENTR101P", "2022-01-01", "2022-01-31", "med_5min")
|
||||
// .then(result => setFatorPotenciaData(result))
|
||||
// .catch(exception => console.log('exeption', exception))
|
||||
|
||||
// getDiscretization("PRAXCUENTR101P", "2022-01-01", "2022-01-31", "med_5min")
|
||||
// .then(result => setDiscretizedConsumptionDataReativa(result))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user