I was wondering recently if you would be able to add new keywords in the CDL that would change the visibility of the variables in the chart legend? So something like VISIBILITY.
In CMX it looks like this:
Code: Select all
var visibility = {
'temp' : true,
'dew' : true,
'apptemp' : false,
'feelslike': false,
'wchill' : false,
'heatindex': false,
'humidex' : false,
'intemp' : false
};https://cmx.pogodarybnik.pl/trends.htm
Then I can add a lot of variables to the graph, but only selected ones are active. Personally, I'd rather enable new values than disable them