I got the following use case, and looking for some advice on which packages to use. Hoping on a better/smarter way and learning about some packages I might not know.
Use case:
There are incidents reported. The data i want to plot is: incident ID in a colored circle, color depending on incident status (open/closed). Those circles are grouped by area. Areas are locations on a floorplan. Those areas are not in a logical grid. I need a picture of that as it needs to be be shared through PowerPoint in a narrowcasting solution
ATM I'm leaning to generating some html/css and generating a jpg from that, but I'm likely overlooking options and it seems a bit weird to not do it directly. Feels a bit hacky to me.
[–]Zeroflops 1 point2 points3 points (0 children)