Replies: 1 comment
-
The charts use the first Observation for the xAxis legend (if it is a combined chart). So in this case it's a combined chart of rain_sum and rain_cum. The first one is rain_sum, which is a bar graph. For bar graphs, there is a date label shown on the xAxis for EVERY bar - that's because there are so many items on your xAxis. You should be able to get the display from above if you swap the two observations:
I will need to look into this and how the default WeeWX Season skin handles this - the current behaviour seems a little odd, I guess!? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have started to look at the possibilities for graphs and I have tried to make a combined graph, Rain Total / Cumulative. As you can see from the screenshot, the time indication is different from the one above. What parameter should I use to get 4 timestamps. I don't think I can see anything in WiKI.
The definitions are here:
[[diagrams]]
#[[[Rounding]]]
#barometer = 3
[[[day]]]
aggregate_interval = 1800 # 30 minutes
bottom_date_time_format = "%H:%M"
tooltip_date_time_format = "%d-%m-%y %H:%M"
[[[[observations]]]]
[[[[[tempdew]]]]]
[[[[[rainRate]]]]]
[[[[[rain_cum_sum]]]]]
[[[[[wind]]]]]
[[[[[windDir]]]]]
[[[[[windRose]]]]]
[[[[[windchill_heatindex]]]]]
[[[[[outHumidity]]]]]
[[[[[barometer]]]]]
[[[[[UV]]]]]
[[[[[radiation]]]]]
[[[[[cloudbase]]]]]
#[[[[[appTemp]]]]]
Thanks for looking
![Graph](https://private-user-images.githubusercontent.com/47734099/263775270-bf510062-ecf8-44ac-957c-0c9cff625b01.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MDExMzIsIm5iZiI6MTczODgwMDgzMiwicGF0aCI6Ii80NzczNDA5OS8yNjM3NzUyNzAtYmY1MTAwNjItZWNmOC00NGFjLTk1N2MtMGM5Y2ZmNjI1YjAxLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDAwMTM1MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJlZjc2NjcyNWMwMGUzMjBmMjU2MTNmYzkzMmIwMDFmNGUwNzA2OTkxZDUxZTM2MjFiNGE2OWUzZTY0YjgwZDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.CJBJNRt1i9X9ZEYTVAbviXZCbPlor_z7OOYAhQk5sck)
Beta Was this translation helpful? Give feedback.
All reactions