{"version":11.1,"name":"Interactive Graph","namespace":"interactiveGraph","variables":[

    {"variable":"tColor","desc":"When setting the colors be careful and do not forget that the default takes into account the theme (dark or light). If you choose a different color make sure it is visible for the theme you use. Default uses white for dark theme and dark color for light theme. If you want to use your own color, replace the 'default' with the color given in the format #XXXXXX, i.e. white for example is #ffffff.<br><br>Color of the temperature line.","default":"default"},
    
    {"variable":"aColor","desc":"Color of the feels like line.","default":"default"},
    
    {"variable":"hColor","desc":"Color of the humidity line.","default":"default"},
    
    {"variable":"pColor","desc":"Color of the pressure line.","default":"default"},
    
    {"variable":"wColor","desc":"Color of the wind speed line.","default":"default"},
    
    {"variable":"gColor","desc":"Color of the wind gust line.","default":"default"},
    
    {"variable":"rColor","desc":"Color of the precipitation line.","default":"default"},
    
    {"variable":"sColor","desc":"Color of the solar radiation line.","default":"default"},
    
    {"variable":"showFreezing","desc":"Show line at freezing point for temperature graph","default":"true"},
    
    {"variable":"showFreezingColor","desc":"Color of freezing line (if enabled)","default":"default"},

    {"variable":"yAxisGrid","desc":"Width of y-axis grid line (0-3), set to 0 if you want no grid lines","default":"0.5"},

    {"variable":"xAxisGrid","desc":"Width of x-axis grid line (0-3), set to 0 if you want no grid lines","default":"0"},

    {"variable":"interactiveGraphDefaultParameter","desc":"default parameter<br>use: T (temperature), H (humidity), P (pressure), W (wind speed), R (precipitation) or S (solar radiation)","default":"T"},

    {"variable":"interactiveGraphDefaultInterval","desc":"default graph interval<br>use: today, yesterday, thisweek, thismonth, lastweek, lastmonth, 1h, 24h, last7days, last30days","default":"today"},

    {"variable":"interactiveGraphHeight","desc":"Graph width will automatically be set based on column width. However it is possible to set the graph height in pixels here.","default":"310"}
    
]}
