I have to upload this kind of background image on the panel and show x-axis, y-axis data moving. Its like location of mobile moving around.
I am using Influxdb ,can’t share the data.
If you cannot share real data for security / privacy / legal / commercial
reasons, just show us a sample of it, modified so that we can still see what it
looks like, but anonymised / obfuscated so that it’s no longer real data
relating to real people or real customers.
All we need to see is “what does the data look like?” We don’t care about
what it actually is as data. Dummy values are fine.
@geethaj It’s hard to see the details in your screenshot, but it looks very similar to one of the Apache ECharts examples, which displays SVG as a map and adds movements on top of it.
It is expected to be like scatter plot with image on the background.
The object is expected to move based on x and y co-ordinates i get from the influxdb.
In Apache Echarts, the example u have shown, how do i configure the movement of object C depending on x and y co-ordinates.