issues
search
CorpGlory
/
grafana-multibar-graph-panel
A plugin implementing https://github.com/grafana/grafana/issues/870
MIT License
75
stars
7
forks
source link
Grafana 7: TypeError: Cannot read property 'then' of undefined #52
#54
Closed
corpglory-dev
closed
4 years ago
corpglory-dev
commented
4 years ago
Fixes #52
Changes
convert from
then
to
await
check if
annotationsPromise
is defined before awaiting it
update dist
Fixes #52
Changes
then
toawait
annotationsPromise
is defined before awaiting it