Open riksarchen opened 2 years ago
Hello Apex charts have a function to transform the values, any positivity to add this?
Example: Sensor displaying energy usage in Watts.
In apex charts you can use: Transform: return x / 1000 Unit: kW
it takes the value divides by 1000 and presents as kW instead of W.
A similar request is having a from-to list, for instance, for text-based battery sensors.
Hello Apex charts have a function to transform the values, any positivity to add this?
Example: Sensor displaying energy usage in Watts.
In apex charts you can use: Transform: return x / 1000 Unit: kW
it takes the value divides by 1000 and presents as kW instead of W.