You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered:
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
When using the grouped-bar-chart with Grafana >= 6.5.0 I get the following Error:
Screenshot
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?
The text was updated successfully, but these errors were encountered: