You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this is the right approach? Can we pass more than one argument(like color,id) to justgage refresh function?
How can I set the different colors in the gustgage based on different conditions?
I tried g1.update function also,but i got the error like g1.update is not a function.
This g1.update function given in the custom-sectors.html .This html is also showing update is not a function.
Please help!
The text was updated successfully, but these errors were encountered:
ATM the only way to do this is by destroy and recreate a new gauge when customSector changes, in next release we will implement #241 that will allow you to do this kind of things
I have Power Level Sensor.I want to set different colors based on the different conditions.The conditions are:
I wrote the code for that:
and calling justgage function for every millisecond.The var1,var2 and var3 are the global variables.These are not constants.
Is this is the right approach? Can we pass more than one argument(like color,id) to justgage refresh function?
How can I set the different colors in the gustgage based on different conditions?
I tried g1.update function also,but i got the error like g1.update is not a function.
This g1.update function given in the custom-sectors.html .This html is also showing update is not a function.
Please help!
The text was updated successfully, but these errors were encountered: