{"version":11.3,"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":"dColor","desc":"Color of the dew point 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":"bColor","desc":"Color of the wind bearing line.","default":"default"},
    
    {"variable":"rColor","desc":"Color of the precipitation line.","default":"default"},
    
    {"variable":"rrColor","desc":"Color of the rain rate line.","default":"default"},
    
    {"variable":"sColor","desc":"Color of the solar radiation line.","default":"default"},
    
    {"variable":"uvColor","desc":"Color of the uv line (if enabled)","default":"default"},

    {"variable":"ppColor","desc":"Color of the Particulate Pollution line (if enabled)","default":"default"},

    {"variable":"smColor","desc":"Color of the Soil Moisture line (if enabled)","default":"default"},

    {"variable":"stColor","desc":"Color of the Soil Temperature line (if enabled)","default":"default"},

    {"variable":"showFreezingColor","desc":"Color of freezing line (if enabled)","default":"default"},

    {"variable":"showUV","desc":"Show UV graph","default":"false"},

    {"variable":"showPP","desc":"Show Particulate Pollution graph","default":"false"},

    {"variable":"showSM","desc":"Show Soil Moisture graph","default":"false"},

    {"variable":"showST","desc":"Show Soil Temperature graph","default":"false"},

    {"variable":"showFreezing","desc":"Show line at freezing point for temperature graph","default":"true"},

    {"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), S (solar radiation), UV (uv)","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"},
    
    {"variable":"graphDrawingSpeed","desc":"Time to draw the entire graph (mSec).","default":"3000"}
    
]}
