Hi,

I am using the SteelSeries gauges in weewx 3.4.0 (I know, I need to upgrade 
> weewx and i will shortly)


Hey, if it works fine why mess with it.

As for the plots, you aren't doing anything wrong you are just not doing 
the right thing!

The [ImageGenerator] parameters control the properties of the generated 
images. In this case, you are altering the image_width and image_height 
properties and I presume (you do not say) the resulting image file(s) (not 
the display on your SteelSeries Weather Gauges page) will be 1080 px wide 
and 294 px high. On the other hand, the SteelSeries Weather Gauges uses CSS 
to set the width and height of the displayed tooltip graph. The values used 
in a default install are 438 px wide and 175 px high. So irrespective of 
the size of the image file you use as the tooltip graph, the SteelSeries 
Weather Gauges CSS will resize them to (by default) 438px by 175px. You can 
alter the size by editing the height and width settings of the .tipimg 
class in the SteelSeries Weather Gauges CSS file gauge-ss.css (have a look 
at the very end of the file) which you should find in the css directory in 
the directory on your web server holding the SteelSeries Weather Gauges 
source. If you do alter the gauge-ss.css file be aware that if you upgrade 
in future you run the risk of overwriting your changes.

Gary

On Monday, 31 October 2016 13:16:22 UTC+10, erbenton07 wrote:
>
> I am using the SteelSeries gauges in weewx 3.4.0 (I know, I need to 
> upgrade weewx and i will shortly)
> In weewx/skins/ss/skin.conf I changed the image height and width and 
> restarted weewx but don't see any chart popup size changes. Altering the 
> colors of x and y axis labels works ok but the image size is ignored.
> [ImageGenerator]
>     image_width = 1080
>     image_height = 294
>     #image_width = 720
>     #image_height = 196
> What I am doing wrong?
> Thanks
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to