-1

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/

layout example

Jigr
  • 1
  • 1

1 Answers1

0

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.

lavrton
  • 18,973
  • 4
  • 30
  • 63