defaultValues.json 5.09 KB
{
    "plot":{
        "file":{
            "format":"PNG",
            "output":"INTERACTIVE",
            "oneFilePerInterval":false
        },
        "tree":{
            "fullView":false
        },
        "page":{
            "xMargin":5,
            "yMargin":5,
            "mode":"color",
            "orientation":"landscape",
            "dimension":"ISO A4",
            "title":{
                "position":"top",
                "alignment":" center",
                "color":"#000000"
            },
            "font":{
                "name":"sans-serif",
                "size":"8"
            },
            "layout":{
                "type":"vertical",
                "panelHeight":0.5,
                "panelSpacing":0,
                "expand":false,
                "timeAxesLegend":true
            }
        },
        "panel":{
            "plotType":"timePlot",
            "isotropic":false,
            "title":{
                "position":"top",
                "alignment":" center",
                "color":"#000000"
            },
            "font":{
                "name":"sans-serif",
                "size":"8"
            },
            "backgroundColor":"none",
            "status":{
                "position":"top",
                "colorMap":0
            }
        },
        "axis":{
            "scale":"linear",
            "tickPosition":"outwards",
            "color":"#000000",
            "thickness":"1",
            "legend":{
                "color":"#000000",
                "font":{
                    "name":"sans-serif",
                    "size":"8"
                }
            },
            "timeFormat":"dd/mm/yy",
            "colorMap":"1"
        },
        "serie":{
            "yAxis":"y-left",
            "resolution":3000,
            "lines":{
                "style":"plain",
                "width":1,
                "color":"auto"
            },
            "symbols":{
                "type":"dot",
                "size":3,
                "color":"auto"
            },
            "resamplingMode":"xparam",
            "timetick":{
                "type":"auto",
                "step":3600,
                "nbmajor":5,
                "nbminor":5,
                "color":"#FF0000",
                "symbols":{
                    "type":"full-circle",
                    "size":10,
                    "color":"#FF0000"
                },
                "firstsymbols":{
                    "type":"triangle",
                    "size":4,
                    "color":"#00FF00"
                },
                "font":{
                    "name":"sans-serif",
                    "size":"8"
                }
            },
            "intervaltick":{
                "mode":"start-time",
                "color":"#FF0000",
                "symbols":{
                    "type":"full-circle",
                    "size":10,
                    "color":"#FF0000"
                },
                "font":{
                    "name":"sans-serif",
                    "size":"8"
                }
            },
            "errorbar":{
                "type":"min-max",
                "lines":{
                    "style":"plain",
                    "width":1,
                    "color":"auto"
                }
            },
            "projection":"XY"
        },
        "spectro":{
            "yAxis":"y-left",
            "resolution":3000
        },
        "histogram2D":{
            "histo2DFunction":"density",
            "xbinnumber":100,
            "ybinnumber":100,
            "smoothfactor":1
            },
        "sauvaud":{
            "yAxis":"y-right",
            "resolution":3000
        },
        "intervals":{
            "color":"#FF0000"
        },
        "statusbar":{
            "color":"#FF0000"
        },
        "legends":{
            "series":{
                "type":"text-only",
                "position":"outside",
                "text":{
                    "color":"#000000"
                },
                "border":{"color":"#000000"},
                "intervalinfo":{"type":"start-stop"},
                "font":{"name":"sans-serif","size":"8"}
            },
            "text":{
                "position":"left",
                "color":"#000000",
                "font":{
                    "name":"sans-serif",
                    "size":"8"
                }
            }
        },
        "constants":{
            "axisId":"y-left",
            "line":{
                "style":"plain",
                "width":1,
                "color":"#000000"
            }
        },
        "textObjs":{
            "yAxisId":"y-left",
            "xRelative":true,
            "yRelative":true,
            "align":"left",
            "color":"#000000",
            "font":{"name":"sans-serif","size":"8"}
        },
        "curves":{
            "line":{
                "style":"plain",
                "width":1,
                "color":"#000000"
            }
        },
        "fills":{
            "type":"serie-constant",
            "greaterColor":"none",
            "lessColor":"none"
        },
        "filtering":{"level":1}
    }
}