[
    {
        "id": "136cf5ec.86e5fa",
        "type": "ui_chart",
        "z": "e50357e8.05d158",
        "name": "",
        "group": "e20e04dc.7839c8",
        "order": 0,
        "width": 0,
        "height": 0,
        "label": "chart",
        "chartType": "line",
        "legend": "true",
        "xformat": "HH:mm:ss",
        "interpolate": "linear",
        "nodata": "",
        "dot": true,
        "ymin": "0",
        "ymax": "100",
        "removeOlder": 1,
        "removeOlderPoints": "",
        "removeOlderUnit": "1",
        "cutout": 0,
        "useOneColor": false,
        "useUTC": false,
        "colors": [
            "#d55c0b",
            "#074525",
            "#ff7f0e",
            "#1acb1a",
           "#98df8a",
            "#c21919",
            "#ff9896",
            "#7a29c7",
            "#c5b0d5"
        ],
        "useOldStyle": false,
        "outputs": 1,
        "x": 1170,
        "y": 220,
        "wires": [
            []
        ]
    },
    {
        "id": "e4386092.7cf17",
        "type": "ui_chart",
        "z": "e50357e8.05d158",
        "name": "",
        "group": "e20e04dc.7839c8",
        "order": 1,
        "width": 0,
        "height": 0,
        "label": "chart2",
        "chartType": "line",
        "legend": "false",
        "xformat": "HH:mm:ss",
        "interpolate": "linear",
        "nodata": "",
        "dot": false,
        "ymin": "-100",
        "ymax": "100",
        "removeOlder": "1",
        "removeOlderPoints": "",
        "removeOlderUnit": "60",
        "cutout": 0,
        "useOneColor": false,
        "useUTC": false,
        "colors": [
            "#1f77b4",
            "#aec7e8",
            "#ff7f0e",
            "#2ca02c",
            "#98df8a",
            "#d62728",
            "#ff9896",
            "#9467bd",
            "#c5b0d5"
        ],
        "useOldStyle": false,
        "outputs": 1,
        "x": 1170,
        "y": 280,
        "wires": [
            []
        ]
    },
    {
        "id": "c515cb4f.ed27f8",
        "type": "inject",
        "z": "e50357e8.05d158",
        "d": true,
        "name": "",
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "repeat": "3",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "x": 230,
        "y": 280,
        "wires": [
            [
                "652d9688.9b2e48"
            ]
        ]
    },
    {
        "id": "652d9688.9b2e48",
        "type": "function",
        "z": "e50357e8.05d158",
        "name": "",
        "func": "\nvar msg1={}\n\n\nmsg.payload =Math.round(Math.random()*100);\nmsg.topic=\"line2\";\n\nmsg1.payload =Math.round(Math.random()*100);\nmsg1.topic=\"line1\";\n\nreturn [msg,msg1];",
        "outputs": 2,
        "noerr": 0,
        "x": 460,
        "y": 280,
        "wires": [
            [
                "54cc4e0b.cce34",
                "fbe509c0.687ce8"
            ],
            [
                "54cc4e0b.cce34"
            ]
        ]
    },
    {
        "id": "54cc4e0b.cce34",
        "type": "bar-chart-data",
        "z": "e50357e8.05d158",
        "name": "bar-chart-data",
        "x_interval": "seconds",
        "x_size": 24,
        "unit": "10",
        "precision": "0",
        "is_meter_reading": "False",
        "agg_by": "avg",
        "x": 700,
        "y": 280,
        "wires": [
            [
                "408b2867.4f0cd8"
            ]
        ]
    },
    {
        "id": "408b2867.4f0cd8",
        "type": "function",
        "z": "e50357e8.05d158",
        "name": "bar-chart-data",
        "func": "\n\nvar data=msg.payload[0].data[0];\nvar labels=msg.payload[0].labels;\n\n//msg.payload=data[23];\nvar value=0;\nfor(i=0;i<=(data.length-1);i++){\n    if(data[i]!==0){\n        value=data[i];\n        break;\n        //labels[i]=null;\n        \n    }\n    \n}\nfor(i=0;i<=(data.length-1);i++){\n    if(data[i]!==0){\n        value=data[i];\n    }\n    if(data[i]===0){\n        data[i]=value;\n        //labels[i]=null;\n        \n    }\n    \n}\n//msg.topic=\"line2\";\n\n\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "x": 950,
        "y": 280,
        "wires": [
            [
                "e4386092.7cf17",
                "136cf5ec.86e5fa"
            ]
        ]
    },
    {
        "id": "e20e04dc.7839c8",
        "type": "ui_group",
        "z": "",
        "name": "Default",
        "tab": "2640dd43.3510a2",
        "order": 1,
        "disp": true,
        "width": "6",
        "collapse": false
    },
    {
        "id": "2640dd43.3510a2",
        "type": "ui_tab",
        "z": "",
        "name": "Home",
        "icon": "dashboard",
        "disabled": false,
        "hidden": false
    }
]
