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
I have an error when i want to group by term :
react-dom.production.min.js:196 TypeError: Cannot read property 'length' of undefined
at e.value (time_series2.ts:359)
In your code you have a notice :
/**
@deprecated: This class should not be used in new panels
Use DataFrame and helpers instead
*/
export default class TimeSeries {
The text was updated successfully, but these errors were encountered:
Hi,
Grafana 7.1.3
Plugin : 1.0.10
I have an error when i want to group by term :
react-dom.production.min.js:196 TypeError: Cannot read property 'length' of undefined
at e.value (time_series2.ts:359)
In your code you have a notice :
/**
*/
export default class TimeSeries {
The text was updated successfully, but these errors were encountered: