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
thank you for the great ApexCharts :-D I just love it!
Today I found a problem which I could not solve at the moment.. could you please help me?
I want to show a radialBar with two values: powerConsumption and energyProduced.
The energyProduced is always the reference to 100% the powerConsumption is calculated by: (powerConsumption * 100) / energyProduced.
This works pretty well at all. But as I want to show the value and not the percentage i got a problem.
This always shows me the value of powerConsumption.. if i use a fixed value like "1" and "2" for the return .. it also returns "2" all the time for both series.
Why is always the last return used for both of the series?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
thank you for the great ApexCharts :-D I just love it!
Today I found a problem which I could not solve at the moment.. could you please help me?
I want to show a radialBar with two values: powerConsumption and energyProduced.
The energyProduced is always the reference to 100% the powerConsumption is calculated by: (powerConsumption * 100) / energyProduced.
This works pretty well at all. But as I want to show the value and not the percentage i got a problem.
Here is what I was figuring out:
This always shows me the value of powerConsumption.. if i use a fixed value like "1" and "2" for the return .. it also returns "2" all the time for both series.
Why is always the last return used for both of the series?
Thank you in advance.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions