id: generateGraphId()

in src/panels/graph.ts [42:59]


            id: generateGraphId(),
            renderer: 'flot',
            title: 'no title (click here)',
            error: false,
            editable: true,
            'x-axis': true,
            'y-axis': true,
            y_formats: ['short', 'short'],
            grid: {
                leftMax: null,
                rightMax: null,
                leftMin: null,
                rightMin: null,
                threshold1: null,
                threshold2: null,
                threshold1Color: 'rgba(216, 200, 27, 0.27)',
                threshold2Color: 'rgba(234, 112, 112, 0.22)',
            },