mtanda / grafana-heatmap-epoch-panel

Apache License 2.0
33 stars 3 forks source link

this.el.width is not a function #23

Open trzejos opened 7 years ago

trzejos commented 7 years ago

I am using Grafana 3.1.1 and installed version 0.1.7 of this plugin with the grafana-cli command.

I can create a new heatmap panel and it graphs everything ok when I first create it. When I switch between two different dashboards, the heatmap panel is blank and gives the "this.el.width is not a function" error. If I refresh the browser window, then the heatmap shows up.

I am using an OpenTSDB data source.

mtanda commented 7 years ago

Sorry for late response...

The error might be occurred in epoch library. Please tell me your environment. (OS, browser, etc.)

trzejos commented 7 years ago

I looked a little bit into it too, and it also looks like a problem in the epoch library to me.

Grafana is running on CentOS 7, and I am accessing it with firefox on fedora 22.

After playing with it some more, I've found that refreshing sometimes doesn't work, and occasionally the heatmap panel will come up ok when changing dashboards. The issue is difficult to reproduce consistently but it comes up often enough to be a problem.