Closed ahmedsherpiny closed 2 years ago
Hi @ahmedsherpiny!
I've wondered about this myself - the images stay the same, because they are compiled into the JS bundle.
So to change the markers you have to rebuild the plugin (as explained under "Development" in the README.md):
npm run-script build
Maybe I will add a feature to configure the markers directly in Grafana soon..
Best regards! Tim
Hi
I am using version 2.2.1 (from master) and i a trying to change the marker icon for Antpath with markers' visualization type
I replace marker.png in both src/img (as stated in the documentation) ans dist/img but the marker icon stays the sme
Could you please check it?