Export Value from Custom Editor Grafana Plugin

I’m developing a custom panel plugin where in module.ts (where I set panel options) I added a custom editor (SimpleEditor.tsx) that allows me to create and populate an array of objects. Is it possible to interpolate the values of the array in the component where I define panel plugin (SimplePanel.tsx)?

I’m not sure what you mean by interpolating the values, but if the array is part of your options object passed to the panel component, then you can do whatever you’d like with the array.

My problem is that I don’t see my custom plugin updates probably for wrong settings in default.ini. In fact if I restart grafana, I can’t see my custom plugin and appears “my-plugin not found”. How can I solve this problem?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.