Allows a user to superimpose measurement displays ontop of a picture.
If you are migrating to v0.x to v1 there is a step you must take to preserve the data.
Why, How, When: https://github.com/pierosavi/imageit-migration/blob/master/README.md
Migration website: https://pierosavi.github.io/imageit-migration/
- Sensors stay in the same position, even when resizing the panel
- Draggable sensors
- Sensors resize with the panel
- Plugin compatibility with Grafana 7+
- Plugin canvas compatible with larger images
- Links on sensors
- Change sensors text and background color
- Value mapping system
- Font awesome icons in sensor name
- Font size configurable per sensor
- Multiple mappings for sensor
They will come in the next versions, if requested
This plugin was originally a fork of an unmantained plugin. Because of this I wanted to keep compatibility between the two as high as possible, sadly that plugin wasn't developed with best practices in mind.
With the new Grafana sdk I had to rewrite the plugin from scratch and all the old configurations are impossible to read from the new version.
You should switch it on only if you have control over the image hosting service. If not you could fill the users' browser cache fast. Check this for more info
Kinda. Grafana doesn't have an official way but there's a workaround. If you have access to your Grafana instance's files you can add your file at /usr/share/grafana/public/img/
and reach it at /public/img/yourimage.jpg
. Note that images added like this will be deleted during the next Grafana update and this workaround might not work in the future.
If you don't have access to the files or don't know how to do it I can't help you.
No, use v0.1.3 or update to Grafana v7+.