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 am using Geo Maps on Grafana to visualize data. With the below settings:
Renderer: SVG
Maps: JSON
After no changes to the code or environment, the map visualization using the VolkovLabs ECharts plugin fails with the error.
TypeError: Cannot read properties of undefined (reading 'regions').
This issue occurs when setting up a map visualization with GeoJSON data. The same code and plugin version worked correctly yesterday, but the error is now consistently reproducible. This behavior is unexpected, given that no updates or configuration changes have been made.
It does not work with the most simplified version code as below.
In this case, this is the context of working directly with the Apache ECharts library.
Most likely, this is due to how the country name is stored in the JSON
I am using Geo Maps on Grafana to visualize data. With the below settings:
Renderer: SVG
Maps: JSON
After no changes to the code or environment, the map visualization using the VolkovLabs ECharts plugin fails with the error.
This issue occurs when setting up a map visualization with GeoJSON data. The same code and plugin version worked correctly yesterday, but the error is now consistently reproducible. This behavior is unexpected, given that no updates or configuration changes have been made.
It does not work with the most simplified version code as below.
Environment
Grafana Version: v11.3.0-pre (unknown-de)
VolkovLabs ECharts Plugin Version: 6.4.1
Can you please inform me why this could happen?
The text was updated successfully, but these errors were encountered: