On all Highcharts options being available - not currently. Because of the 
way which the skin gathers data from the database during Archive time, not 
every option is available for all time. Currently I have to map a 
graphs.conf option to a Highcharts option. Maintaining this duplicate 
mapping system isn't ideal. So something like minorticks aren't implemented 
yet because nobody has asked for it (until now). You can read some of the 
thoughts here <https://github.com/poblabs/weewx-belchertown/issues/185>, 
and if you know of a way to pass graphs.conf options direct to 
belchertown.js.tmpl and Highcharts without maintaining a mapping, please 
submit a PR!

Custom charts like what you're describing I don't think will work either. 
Each chart is for a specific time span. I don't think multiple timespans 
per chart will work. Some testing and debugging will need to be done here 
to see what can be done. 



On Friday, August 9, 2019 at 8:13:31 AM UTC-4, Kike .Asekas wrote:
>
> Hello. Magnificent skin. I am triying to have a graph that compares the 
> historical rainfall per month with this year. This is my graphs.conf.
> [raintotals]
>     title = Lluvia por Mes
>     show_button = true
>     button_text = Totales Lluvia
>     type = column
>     time_length = all
>     aggregate_type = max
>     
>     aggregate_interval = 86400 # 1 day
>
>     [[rainmonthtotals]]
>         title = Historico de Lluvia por Mes
>         subtitle = Lluvia por Mes Desde el Comienzo
>         xaxis_groupby = month
>         xaxis_categories = 'Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 
> 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'
>         [[[rainTotal]]]
>             name = Lluvia Total
>         [[[rainTotal2019]]]
>             name = 2019
>             time_length = year_specific
>             year_specific = 2019
>             observation_type = rainTotal
>             zIndex = 2            
>             color = "#fc0404"
> But I get two bars with the same height, the alltime totals. It is posible 
> this graph?
> And I want to add minorTicks to yaxis. It's a hicharts option but does 
> nothing. The skin only accept hicharts series options?
>
> El sábado, 1 de junio de 2019, 18:57:56 (UTC+2), Pat escribió:
>>
>> Belchertown skin 1.0 is released!
>>
>> This update contains a lot of updates and changes including *an entire 
>> rewrite of the Highcharts system* which allows you to make almost any 
>> graph you want for almost any time span you want. You can see some examples 
>> of the charts you can make on the BelchertownWeather.com website graphs 
>> page <https://belchertownweather.com/graphs/?graph=all>.
>>
>> You can add/remove/change/reorder any chart, change colors, add 
>> observation plots, categorize for all time. Almost anything you want to do 
>> is available! The skin comes with the standard 4 charts ready to go, but 
>> there's extensive Belchertown Charts Documentation 
>> <https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation>
>>  
>> which can help you get started. 
>>
>> In addition to the Charts there's now a dark mode (which has an 
>> auto-switching mode based on sunset/sunrise), more flexibility for 
>> translations, user customized station observation table which is updated in 
>> real time if the MQTT Websockets are enabled, and a lot more. Check the 
>> release notes for all the details! 
>>
>> You can download the latest release here 
>> <https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.0/weewx-belchertown-release-1.0.tar.gz>,
>>  
>> and read all of the details on the changes here: 
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must 
>> uninstall everything and reinstall new. This is due to the Chart system 
>> being fully rewritten and the potential for conflicts. Please read this 
>> upgrade guide if you are upgrading from an older version of Belchertown skin 
>> <https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0>
>> . 
>>
>> Thanks to all the beta testers and translators over the last couple of 
>> months help me iron out all the kinks and shape the skin in a way that can 
>> be translated a little easier! 
>>
>> Attached are some examples of the charts that can be made. If you find 
>> any issues, you can reply here or open an issue on the Belchertown skin 
>> GitHub page <https://github.com/poblabs/weewx-belchertown>. 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/cd0cc4aa-8e7f-4b8c-ad56-9f72dee4bdbd%40googlegroups.com.

Reply via email to