Let’s assume I have an SVG graphic which contains a process display (P&ID diagram).
I would like to display it in a panel along with a set of overlayed values (such as single stat panel) representing the current status of corresponding measurements.
Something like this:
any thoughts on how to get there?
where would you start?
We can copy/paste the SVG portion with the graphics in a html panel, but the challenging part would be the data binding with data sources of every single value
You would just do label matching and match the label/target to a label on the diagram. The WorldMap panel does something similar too. It maps timeseries to locations on a map and matches by country code (or other string) or coordinates.
Thanks for the advices, I tried both but it does not fit well to achieve
such process diagram experience.
The background image does not resize, we would really need a SVG viewer
panel with SingleStats overlay changing position accordingly when resizing.
I think this is an interesting idea. I’m not sure if it is already at the
level of being in the repository. One known issue for example is, that
sometimes InternetExplorer doesn’t play well with the way I convert text to
SVG. But besides that it works fine, although the options look still a bit
nerdy.