Hey there,
i want to write a dash app that shows the live state of a factory. And i did not find the right components yet to do so. I need something like an interactive image. Machines are basically imagined as stationary objects and machined products move through the “assembly line” (its not really a line but imagine it like one). Objects should be clickable for retrieving certain information towards the clicked object. The stationary objects could also be a fixed png image where i draw ontop of it. The detail of the visualization can be very simple. Right now my approach is just drawing rectangles in a go.scatter plot. But somehow it doesnt feel right.
It could be the topic belongs better to the plotly category, please move if its the case.
Thanks in advance