addAlert()

in src/panels/graph.ts [115:117]


    addAlert(alert: Alert) {
        this.state.alert = alert.generate();
    }