marcusolsson / grafana-hourly-heatmap-panel

A panel plugin for Grafana to visualize hourly heatmaps.
Apache License 2.0
35 stars 21 forks source link

Plugin fails with: Error loading #50

Open philipp-fischer opened 2 years ago

philipp-fischer commented 2 years ago

Behaviour: image

I noticed that there's also issue #21 but I think this one is not related, since I'm logged in and it still doesn't work.

The grafana log file doesn't show any helpful message related to this.

Browser console shows this: image

When I debug what the original error was, it shows:

"TypeError: Object(...) is not a function
    at Module.eval (http://192.168.178.100:3000/public/plugins/marcusolsson-hourly-heatmap-panel/module.js:1:15720)

Version: Grafana v6.7.3 (a04ef6cefc)

package.json:

 "name": "grafana-hourly-heatmap-panel",
  "version": "0.6.0",

I installed this using grafana-cli plugins install marcusolsson-hourly-heatmap-panel

marcusolsson commented 2 years ago

Hey! The plugin supports Grafana >=7.0.3. Have you tried upgrading?

blitzdakka commented 2 years ago

Jumping in on this as I have the same issue, but am running Grafana 8.5.0

Same error message, none of the plugin specific options load. I've tried deleting and reinstall the plugin, including trying the older 1.0 version

grafana.log also shows nothing beyond the plugin loading, so let me know if there's anything extra I can provide.

Screen Shot 2022-04-19 at 6 34 00 pm

.