nested (recursive) rendering of data and metadata
This recursive structure needs to be represented using proper indent other visual cues so that the information of the structure is not lost.
graph TD
A[dcc:quantity] --> B[dcc:measurementMetadata]
B --> C[dcc:metadata]
C --> D[dcc:data]
D --> A
Edited by Jendrik Wenke