sumo-rhine / kinamo

Kinamo web-app frontend
0 stars 0 forks source link

Stack bar #110

Closed mmaelicke closed 3 years ago

mmaelicke commented 3 years ago

closes #108

I implemented an interface describing the data, that will be passed down to each stack element. You can change the the content to your needs. The new list of objects replaces the old list of stackWidths.

The creation of the objects (L.62 - 68) should be pretty straightforward. However, I kept most of the old code for reference and commented it. You can delete all the commented stuff, once you are happy with the result