gjr80 / weewx-polarwindplot

A weewx extension to generate a polar wind plots
GNU General Public License v3.0
1 stars 0 forks source link

These dictionary items do not have defaults #31

Closed nellyt closed 6 years ago

nellyt commented 7 years ago

https://github.com/gjr80/weewx-polarwindplot/blob/42a870cd09005ab789a76b952ba222a8ed122741/skins/PolarWindPlotTestSkin/skin.conf#L47

    image_width = 382
    image_height = 361
    image_background_circle_color = 0xF5F5F5
    image_background_box_color = 0xF5C696
    image_background_range_ring_color = 0xC3D9DD
    image_background_image = none
    font_path = /usr/share/fonts/truetype/freefont/FreeSansBold.ttf
    plot_font_size  = 10
    plot_font_color = 0x000000
    plot_border = 5
    legend_bar_width = 10
    legend_font_size = 10
    legend_font_color = 0x000000
    label_font_size = 12
    label_font_color = 0x000000

My attempt at a minimal skin.conf for testing shows that the above items (possibly) should have defaults

gjr80 commented 6 years ago

Done with following exceptions/notes: