right now i have gauge
current value is coming from datasource which is msql for eg:256
target :1590(which is changed by me)
i added a hidden data based on my calculation =(target/no of days in month )*(today -1 (we are taking day in this )) ------- i am doing this maunualy i want it to be automated as soons as i enter the target value
eg:(1590/31)*8=389 today is 9/1/2019
if the current value is greater than hidden data then it turns green and if the current value is lesser than hidden data then it turns red