Page 1 of 1

Available chart variables

Posted: Thu 20 Oct 2016 5:24 am
by spudstrawb
I'm after a bit of help customizing the standard charts in CumulusMX. Specifically I want to replace the Sun Hours chart with a chart that shows the High Solar Radiation (the same value that appears in the dayfiles) for each day over the past 31 days. So the timeframe for the chart wouldn't change but the chart variable would. I haven't been able to find or work out what graphdata variables exist for use in charts.js. Possibly there are only sufficient to allow display of the existing charts? Can anyone provide any insight?

Re: Available chart variables

Posted: Thu 20 Oct 2016 7:24 pm
by steve
Yes, the only data currently available is for the existing charts. If you want to create charts for other data you would need to create the datasets yourself, e.g. by using an SQL database.

Re: Available chart variables

Posted: Fri 21 Oct 2016 12:01 am
by spudstrawb
Okay, thanks for the reply and information Steve.