i am currently solving how to aproach very complex layouts like on the picture. i will need to dynamicaly change colors of each element and dynamicaly show data in some of them.
Can anyone suggest how to aproach this? So far i am thinking about using this https://konvajs.org/
There are many ways to implement it.
Probably the simplest way is to just draw such shapes with SVG. Or you can try to use
vue-konva
or any other drawing library.