Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatability with Grafana >= 6.5.0 #12

Open
c-thiel opened this issue Dec 5, 2019 · 3 comments
Open

Compatability with Grafana >= 6.5.0 #12

c-thiel opened this issue Dec 5, 2019 · 3 comments

Comments

@c-thiel
Copy link

c-thiel commented Dec 5, 2019

When using the grouped-bar-chart with Grafana >= 6.5.0 I get the following Error:

An unexpected error happened
Details
TypeError: Cannot read property 'Dark' of undefined
  in t
  in div
  in t
  in div
  in r
  in c
  in div
  in div
...

Screenshot
Capture

Downgrading grafana to 6.4.X fixes the Issue for me.
I checked the grafana changelog, but don't believe that those breaking changes should affect this.

Can anyone confirm this issue?

@Amaradana
Copy link

please help in 6.5.1

@gipong
Copy link
Owner

gipong commented Dec 22, 2019

it seems that this issue is related to #8. i have reverted the changes to previous version.

@truj
Copy link

truj commented Jul 24, 2020

Similar problem with Grafana 7.1.0
JS-Error:

angular.js:14800 TypeError: Cannot read property 'Dark' of undefined
    at getCurrentThemeName (ctrl.js:38)
    at getCurrentTheme (ctrl.js:39)
    at new groupedBarChart (ctrl.js:124)
    at onRender (ctrl.js:444)
    at s.eval (ctrl.js:467)
    at s.emit (index.js:202)
    at e.value (emitter.ts:29)
    at GroupedBarChartCtrl.value (panel_ctrl.ts:102)
    at panel_directive.ts:64
    at angular.js:20566

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants