This is due to the fact that by design the Seasons skin is displaying all
charts with a witdth of 500px.
WIth your current skin, the real size of your charts is 600 x 360 (
see https://www.csrhome.online/redodo/dayBattCap.png?v=1742080493), but the
image is reduced to a width of 500px within the skin home page .
You can ajust this by changing the 500px to any other desired value in
the seasons.css file :
#history_widget img {
border: none;
margin-bottom: 10px;
width: *500px*; /* should match the image width in skin.conf */
}
#history_widget.widget_title {
min-width: *500px*;
}
Le samedi 15 mars 2025 à 22:03:48 UTC+1, [email protected] a écrit :
> So... this is one of my non-standard uses of weewx I need some help with.
> I'm plotting several parameters from a 2x2 array of lithium ion batteries
> using bluetooth data from them. The issue is I'm plotting 4 batteries (and
> in one case the average of them) in each plot, so the data is a bit
> dense. I'm trying make the plots bigger by futzing with:
> image_width = 600
> image_height = 360
>
> and when I change those, it really seems to screw up the plots (the fonts
> go tiny and the line widths revert to one (have them set to 2 at the
> moment). One iteration had these settings, but made things significantly
> worse (when enabled):
> #image_width = 1800
> #image_height = 800
>
> #top_label_font_size = 16
> #unit_label_font_size = 16
> #axis_label_font_size = 16
> #bottom_label_font_size = 16
> #bottom_label_offset = 5
>
> I seem to be missing some magic with how images are generated. Anyhow,
> this should show the results (updates 2x/hr):
> https://www.csrhome.online/redodo/index.html
>
> Any suggestions are welcome. FWIW, this is using weewx 4.10.2, Seasons
> skin.
> Nothing fancy other than the data source (using mqtt subscribe from Rich).
>
> Thx, Chris
>
>
--
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 visit
https://groups.google.com/d/msgid/weewx-user/6174bff3-7078-4aec-bc6c-cf3739fa76e9n%40googlegroups.com.