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

After selecting apache echart it shows error Cannot read properties of undefined (reading 'name') #233

Closed
ajinkya-mulay opened this issue Jan 16, 2024 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@ajinkya-mulay
Copy link

I have installed this plugin in my local grafana instance which is 9.5.3 (OSS version)

I have created a query and can see the data in a table format but when i select echart plugin i am getting below error.
image

Can you please suggest if something is wrong here?

@mikhail-vl mikhail-vl self-assigned this Jan 17, 2024
@mikhail-vl mikhail-vl added the question Further information is requested label Jan 17, 2024
@mikhail-vl
Copy link
Member

@ajinkya-mulay It means that in the code you are trying to access using .name is not defined.

If you are parsing data from the data source, then you are missing something in the code.

@ajinkya-mulay
Copy link
Author

Thanks for the response but i have not changed anything in javascript code. My expectation was either it shows no data or some user friendly error.

@mikhail-vl mikhail-vl assigned asimonok and vitPinchuk and unassigned mikhail-vl Feb 1, 2024
@mikhail-vl
Copy link
Member

@ajinkya-mulay We introduced new visual interface for Apache ECharts in the upcoming version and will make it more user-friendly and easy to work with data sources.

Resolved in #211.

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

No branches or pull requests

4 participants